Share via


QuotaLimitsResponse Class

Definition

Quota limits request response.

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

Constructors

QuotaLimitsResponse()

Creates an new QuotaLimitsResponse instance.

Properties

NextLink

The URI used to fetch the next page of quota limits. When there are no more pages, this is null.

Value

List of quota limits with the quota request status.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QuotaLimitsResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QuotaLimitsResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of QuotaLimitsResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to