QuotaAllocationRequestBaseProperties Class

Definition

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

Constructors

Name Description
QuotaAllocationRequestBaseProperties()

Creates an new QuotaAllocationRequestBaseProperties 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 QuotaAllocationRequestBaseProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QuotaAllocationRequestBaseProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of QuotaAllocationRequestBaseProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to