SubscriptionQuotaAllocationRequestList Class

Definition

List of Allocated Group Quota to the subscriptions.

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

Constructors

Name Description
SubscriptionQuotaAllocationRequestList()

Creates an new SubscriptionQuotaAllocationRequestList instance.

Properties

Name Description
NextLink

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

Value

Allocated Group Quota to subscriptions.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SubscriptionQuotaAllocationRequestList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SubscriptionQuotaAllocationRequestList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SubscriptionQuotaAllocationRequestList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to