ISubscriptionGroupQuotaAssignment.GroupQuotaId 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.
The group quota id of the quota source.
[Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=true, Description="The group quota id of the quota source.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="groupQuotaId", Update=true)]
public string GroupQuotaId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=true, Description="The group quota id of the quota source.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="groupQuotaId", Update=true)>]
member this.GroupQuotaId : string with get, set
Public Property GroupQuotaId As String
Property Value
- Attributes