ISitePatchResourceProperties.UsageState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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