AllocatedQuotaToSubscriptionList Class

Definition

Quota allocated to subscriptions

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

Constructors

Name Description
AllocatedQuotaToSubscriptionList()

Creates an new AllocatedQuotaToSubscriptionList instance.

Properties

Name Description
Value

List of Group Quota Limit allocated to subscriptions.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AllocatedQuotaToSubscriptionList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AllocatedQuotaToSubscriptionList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AllocatedQuotaToSubscriptionList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to