QuotaAllocationRequestStatusList Class

Definition

List of QuotaAllocation Request Status

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

Constructors

Name Description
QuotaAllocationRequestStatusList()

Creates an new QuotaAllocationRequestStatusList instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The QuotaAllocationRequestStatus items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QuotaAllocationRequestStatusList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QuotaAllocationRequestStatusList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of QuotaAllocationRequestStatusList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to