共用方式為


QuotaLimitsResponse Constructors

Definition

Overloads

QuotaLimitsResponse()

Initializes a new instance of the QuotaLimitsResponse class.

QuotaLimitsResponse(IList<CurrentQuotaLimit>, String)

Initializes a new instance of the QuotaLimitsResponse class.

QuotaLimitsResponse()

Initializes a new instance of the QuotaLimitsResponse class.

public QuotaLimitsResponse ();
Public Sub New ()

Applies to

QuotaLimitsResponse(IList<CurrentQuotaLimit>, String)

Initializes a new instance of the QuotaLimitsResponse class.

public QuotaLimitsResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.CurrentQuotaLimit> value = default, string nextLink = default);
new Microsoft.Azure.Management.Reservations.Models.QuotaLimitsResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.CurrentQuotaLimit> * string -> Microsoft.Azure.Management.Reservations.Models.QuotaLimitsResponse
Public Sub New (Optional value As IList(Of CurrentQuotaLimit) = Nothing, Optional nextLink As String = Nothing)

Parameters

value
IList<CurrentQuotaLimit>

List of quotas with the quota request status.

nextLink
String

The URI for fetching the next page of quota limits. When no more pages exist, the value is null.

Applies to