次の方法で共有


SkusOperationsExtensions.ListNext(ISkusOperations, String) メソッド

定義

Microsoft.AppPlatform プロバイダーの使用可能なすべての SKU を一覧表示します。

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

パラメーター

operations
ISkusOperations

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

nextPageLink
String

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

戻り値

適用対象