次の方法で共有


ResourceSkusOperationsExtensions.ListNext メソッド

定義

サブスクリプションで使用できる Microsoft.Compute SKU の一覧を取得します。

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

パラメーター

operations
IResourceSkusOperations

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

nextPageLink
String

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

戻り値

適用対象