IGroupQuotasEnforcementStatus.EnforcementEnabled 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.
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