AllocatedToSubscription Class

Definition

SubscriptionIds and quota allocated to subscriptions from the GroupQuota.

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

Constructors

Name Description
AllocatedToSubscription()

Creates an new AllocatedToSubscription instance.

Properties

Name Description
QuotaAllocated

The amount of quota allocated to this subscriptionId from the GroupQuotasEntity.

SubscriptionId

An Azure subscriptionId.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AllocatedToSubscription.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AllocatedToSubscription.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AllocatedToSubscription into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to