次の方法で共有


CloudServicesOperationsExtensions.ListAllNextAsync メソッド

定義

関連付けられているリソース グループに関係なく、サブスクリプション内のすべてのクラウド サービスの一覧を取得します。 応答で nextLink プロパティを使用して、Cloud Servicesの次のページを取得します。 nextLink が null になるまでこれを行って、すべてのCloud Servicesをフェッチします。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CloudService>> ListAllNextAsync(this Microsoft.Azure.Management.Compute.ICloudServicesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListAllNextAsync : Microsoft.Azure.Management.Compute.ICloudServicesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CloudService>>
<Extension()>
Public Function ListAllNextAsync (operations As ICloudServicesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CloudService))

パラメーター

operations
ICloudServicesOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象