Database.AutoPauseDelay Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled
[Newtonsoft.Json.JsonProperty(PropertyName="properties.autoPauseDelay")]
public int? AutoPauseDelay { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.autoPauseDelay")>]
member this.AutoPauseDelay : Nullable<int> with get, set
Public Property AutoPauseDelay As Nullable(Of Integer)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute