AppServicePlanPatchResource.Status Property

Definition

Gets app Service plan status. Possible values include: 'Ready', 'Pending', 'Creating'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to