次の方法で共有


EndpointsOperationsExtensions.ListResourceUsageNext メソッド

定義

指定されたエンドポイントの下にある geo フィルターとカスタム ドメインのクォータと使用状況を確認します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.ResourceUsage> ListResourceUsageNext (this Microsoft.Azure.Management.Cdn.IEndpointsOperations operations, string nextPageLink);
static member ListResourceUsageNext : Microsoft.Azure.Management.Cdn.IEndpointsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.ResourceUsage>
<Extension()>
Public Function ListResourceUsageNext (operations As IEndpointsOperations, nextPageLink As String) As IPage(Of ResourceUsage)

パラメーター

operations
IEndpointsOperations

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

nextPageLink
String

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

戻り値

適用対象