GroupQuotasEntityBase Class

Definition

Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotasEntityBaseTypeConverter))]
public class GroupQuotasEntityBase : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEntityBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotasEntityBaseTypeConverter))>]
type GroupQuotasEntityBase = class
    interface IGroupQuotasEntityBase
    interface IJsonSerializable
Public Class GroupQuotasEntityBase
Implements IGroupQuotasEntityBase
Inheritance
GroupQuotasEntityBase
Attributes
Implements

Constructors

Name Description
GroupQuotasEntityBase()

Creates an new GroupQuotasEntityBase instance.

Properties

Name Description
DisplayName

Display name of the GroupQuota entity.

GroupType

Type of the group.

ProvisioningState

Provisioning state of the operation.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GroupQuotasEntityBase.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GroupQuotasEntityBase.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEntityBase.

FromJsonString(String)

Creates a new instance of GroupQuotasEntityBase, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GroupQuotasEntityBase into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to