次の方法で共有


UsagesOperationsExtensions.ListByInstancePoolNext メソッド

定義

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

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

パラメーター

operations
IUsagesOperations

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

nextPageLink
String

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

戻り値

適用対象