Compartir a través de


Site.UsageState Propiedad

Definición

Obtiene el estado que indica si la aplicación ha superado su uso de cuota. Solo lectura. Entre los valores posibles se incluyen: "Normal", "Exceeded"

[Newtonsoft.Json.JsonProperty(PropertyName="properties.usageState")]
public Microsoft.Azure.Management.WebSites.Models.UsageState? UsageState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.usageState")>]
member this.UsageState : Nullable<Microsoft.Azure.Management.WebSites.Models.UsageState>
Public ReadOnly Property UsageState As Nullable(Of UsageState)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a