你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

QuotaLimitsResponse 构造函数

定义

重载

QuotaLimitsResponse()

初始化 QuotaLimitsResponse 类的新实例。

QuotaLimitsResponse(IList<CurrentQuotaLimitBase>, String)

初始化 QuotaLimitsResponse 类的新实例。

QuotaLimitsResponse()

初始化 QuotaLimitsResponse 类的新实例。

public QuotaLimitsResponse ();
Public Sub New ()

适用于

QuotaLimitsResponse(IList<CurrentQuotaLimitBase>, String)

初始化 QuotaLimitsResponse 类的新实例。

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)

参数

value
IList<CurrentQuotaLimitBase>

具有配额请求状态的配额限制列表。

nextLink
String

用于提取下一页配额限制的 URI。 如果没有更多页,则为 null。

适用于