SubscriptionQuotaAllocationsStatusList Class

Definition

Subscription quota allocation requests status list.

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

Constructors

Name Description
SubscriptionQuotaAllocationsStatusList()

Creates an new SubscriptionQuotaAllocationsStatusList instance.

Properties

Name Description
NextLink

The URL to use for getting the next set of results.

Value

Subscription quota allocation status list.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SubscriptionQuotaAllocationsStatusList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SubscriptionQuotaAllocationsStatusList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SubscriptionQuotaAllocationsStatusList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to