IQuotaProperties.Limit 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.
Resource quota limit properties.
[Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=true, Description="Resource quota limit properties.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject) }, Read=true, ReadOnly=false, Required=false, SerializedName="limit", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject Limit { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=true, Description="Resource quota limit properties.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject) }, Read=true, ReadOnly=false, Required=false, SerializedName="limit", Update=true)>]
member this.Limit : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject with get, set
Public Property Limit As ILimitJsonObject
Property Value
- Attributes