次の方法で共有


QuotaOperationsExtensions.ListNext(IQuotaOperations, String) メソッド

定義

指定したスコープのすべてのリソースの現在のクォータ制限の一覧を取得します。 この GET 操作からの応答を利用して、クォータを更新する要求を送信できます。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Quota.Models.CurrentQuotaLimitBase> ListNext (this Microsoft.Azure.Management.Quota.IQuotaOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Quota.IQuotaOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Quota.Models.CurrentQuotaLimitBase>
<Extension()>
Public Function ListNext (operations As IQuotaOperations, nextPageLink As String) As IPage(Of CurrentQuotaLimitBase)

パラメーター

operations
IQuotaOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

戻り値

適用対象