SubscriptionQuotaAllocations Class

Definition

Quota allocated to a subscription for the specific Resource Provider, Location, ResourceName. This will include the GroupQuota and total quota allocated to the subscription. Only the Group quota allocated to the subscription can be allocated back to the MG Group Quota.

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

Constructors

Name Description
SubscriptionQuotaAllocations()

Creates an new SubscriptionQuotaAllocations instance.

Properties

Name Description
Limit

The total quota limit for the subscription.

NameLocalizedValue

Resource display name.

NameValue

Resource name.

ResourceName

The resource name, such as SKU name.

ShareableQuota

The shareable quota for the subscription.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SubscriptionQuotaAllocations.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SubscriptionQuotaAllocations.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SubscriptionQuotaAllocations into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to