次の方法で共有


SubscriptionUsagesOperationsExtensions.ListByLocationNext メソッド

定義

特定の場所にあるすべてのサブスクリプション使用状況メトリックを取得します。

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

パラメーター

operations
ISubscriptionUsagesOperations

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

nextPageLink
String

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

戻り値

適用対象