次の方法で共有


UsagesOperationsExtensions.ListByInstancePoolNextAsync メソッド

定義

すべてのインスタンス プールの使用状況メトリックを取得します

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Usage>> ListByInstancePoolNextAsync (this Microsoft.Azure.Management.Sql.IUsagesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByInstancePoolNextAsync : Microsoft.Azure.Management.Sql.IUsagesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Usage>>
<Extension()>
Public Function ListByInstancePoolNextAsync (operations As IUsagesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Usage))

パラメーター

operations
IUsagesOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象