AppServiceEnvironmentPatchResource.Status Property

Definition

Gets current status of the App Service Environment. Possible values include: 'Preparing', 'Ready', 'Scaling', 'Deleting'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to