IGroupQuotasEntityBase.GroupType 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.
Type of the group.
[Microsoft.Azure.PowerShell.Cmdlets.Quota.PSArgumentCompleter(new System.String[] { "AllocationGroup", "EnforcedGroup" })]
[Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=false, Description="Type of the group.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="groupType", Update=false)]
public string GroupType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Quota.PSArgumentCompleter(new System.String[] { "AllocationGroup", "EnforcedGroup" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=false, Description="Type of the group.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="groupType", Update=false)>]
member this.GroupType : string
Public ReadOnly Property GroupType As String
Property Value
- Attributes