SqlPoolUpdate.AutoPauseTimer 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 the period of inactivity in minutes before automatically pausing the sql pool.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.autoPauseTimer")]
public int? AutoPauseTimer { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.autoPauseTimer")>]
member this.AutoPauseTimer : Nullable<int> with get, set
Public Property AutoPauseTimer As Nullable(Of Integer)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute