Compartir a través de


AppServicePlanPatchResource.Status Propiedad

Definición

Obtiene el estado del plan de App Service. Entre los valores posibles se incluyen: "Ready", "Pending", "Creating"

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a