Compartir a través de


AutoscaleSettingResourcePatch.Enabled Propiedad

Definición

Obtiene o establece la marca habilitada. Especifica si el escalado automático está habilitado para el recurso. El valor predeterminado es "true".

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a