QuotaLimitsResponse Constructors

Definition

Overloads

QuotaLimitsResponse()

Initializes a new instance of the QuotaLimitsResponse class.

QuotaLimitsResponse(IList<CurrentQuotaLimitBase>, 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<CurrentQuotaLimitBase>, String)

Initializes a new instance of the QuotaLimitsResponse class.

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

Parameters

value
IList<CurrentQuotaLimitBase>

List of quota limits with the quota request status.

nextLink
String

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

Applies to