QuotaAllocationRequestBase Class

Definition

The new quota request allocated to subscription.

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

Constructors

Name Description
QuotaAllocationRequestBase()

Creates an new QuotaAllocationRequestBase instance.

Properties

Name Description
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

The location for which the subscription is allocated

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QuotaAllocationRequestBase.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QuotaAllocationRequestBase.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of QuotaAllocationRequestBase into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to