Compartir a través de


Cluster.EnableAutoStop Propiedad

Definición

Obtiene o establece un valor booleano que indica si el clúster se podría detener automáticamente (debido a la falta de datos o a ninguna actividad durante muchos días).

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableAutoStop")]
public bool? EnableAutoStop { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableAutoStop")>]
member this.EnableAutoStop : Nullable<bool> with get, set
Public Property EnableAutoStop As Nullable(Of Boolean)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a