次の方法で共有


UsageOperationsExtensions.ListNext(IUsageOperations, String) メソッド

定義

指定した場所に対して、現在のコンピューティング リソースの使用状況情報と、サブスクリプションのコンピューティング リソースの制限を取得します。

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

パラメーター

operations
IUsageOperations

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

nextPageLink
String

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

戻り値

適用対象