IGroupQuotasEnforcementStatus.EnforcementEnabled Property

Definition

Is the GroupQuota Enforcement enabled for the Azure region.

[Microsoft.Azure.PowerShell.Cmdlets.Quota.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled", "NotAvailable" })]
[Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=true, Description="Is the GroupQuota Enforcement enabled for the Azure region.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="enforcementEnabled", Update=true)]
public string EnforcementEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Quota.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled", "NotAvailable" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=true, Description="Is the GroupQuota Enforcement enabled for the Azure region.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="enforcementEnabled", Update=true)>]
member this.EnforcementEnabled : string with get, set
Public Property EnforcementEnabled As String

Property Value

Attributes

Applies to