GroupQuotaRequestBase Class

Definition

The new GroupQuota limit requested.

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

Constructors

Name Description
GroupQuotaRequestBase()

Creates an new GroupQuotaRequestBase instance.

Properties

Name Description
Comment

GroupQuota Request comments and details for request. This is optional paramter to provide more details related to the requested resource.

Limit

The new quota limit for the subscription. The incremental quota will be allocated from pre-approved group quota.

NameLocalizedValue

Resource display name.

NameValue

Resource name.

Region

Location/Azure region for the quota requested for resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GroupQuotaRequestBase.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GroupQuotaRequestBase.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GroupQuotaRequestBase into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to