次の方法で共有


UsagesOperationsExtensions.ListNext(IUsagesOperations, String) メソッド

定義

現在の使用状況情報と、特定のサブスクリプションの Batch AI リソースの制限を取得します。

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

パラメーター

operations
IUsagesOperations

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

nextPageLink
String

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

戻り値

適用対象