Compartir a través de


AppServiceEnvironment.Status Propiedad

Definición

Obtiene el estado actual del App Service Environment. Entre los valores posibles se incluyen: "Prepare", "Ready", "Scaling", "Deleting"

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a