次の方法で共有


WebAppsOperationsExtensions.ListUsagesNext(IWebAppsOperations, String) メソッド

定義

アプリ (またはデプロイ スロットが指定されている場合) のクォータ使用量情報を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota> ListUsagesNext (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string nextPageLink);
static member ListUsagesNext : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota>
<Extension()>
Public Function ListUsagesNext (operations As IWebAppsOperations, nextPageLink As String) As IPage(Of CsmUsageQuota)

パラメーター

operations
IWebAppsOperations

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

nextPageLink
String

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

戻り値

注釈

[説明] アプリのクォータ使用量情報 (または指定されている場合はデプロイ スロット) を取得します。

適用対象