Share via


IAppServicePlan.Status Property

Definition

App Service plan status.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="App Service plan status.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions) }, ReadOnly=true, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions? Status { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="App Service plan status.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions) }, ReadOnly=true, Required=false, SerializedName="status")>]
member this.Status : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions>
Public ReadOnly Property Status As Nullable(Of StatusOptions)

Property Value

Attributes

Applies to