ISitePatchResourceProperties.UsageState Property

Definition

State indicating whether the app has exceeded its quota usage. Read-only.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "Normal", "Exceeded" })]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="State indicating whether the app has exceeded its quota usage. Read-only.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="usageState", Update=false)]
public string UsageState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "Normal", "Exceeded" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="State indicating whether the app has exceeded its quota usage. Read-only.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="usageState", Update=false)>]
member this.UsageState : string
Public ReadOnly Property UsageState As String

Property Value

Attributes

Applies to