次の方法で共有


CloudServiceRolesOperationsExtensions.ListNext メソッド

定義

クラウド サービス内のすべてのロールの一覧を取得します。 ロールの次のページを取得するには、応答で nextLink プロパティを使用します。 nextLink が null になるまでこれを行って、すべてのロールをフェッチします。

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

パラメーター

operations
ICloudServiceRolesOperations

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

nextPageLink
String

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

戻り値

適用対象