Compartir a través de


DatabaseUpdate.AutoPauseDelay Propiedad

Definición

Obtiene o establece el tiempo en minutos después del cual la base de datos se pausa automáticamente. Un valor de -1 significa que la pausa automática está deshabilitada.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a