次の方法で共有


ContainerServicesOperationsExtensions.ListNextAsync メソッド

定義

注意事項

This operation is deprecated. Please do not use it any longer.

指定したサブスクリプション内のコンテナー サービスの一覧を取得します。

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner>> ListNextAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IContainerServicesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member ListNextAsync : Microsoft.Azure.Management.ContainerService.Fluent.IContainerServicesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner>>
<Extension()>
Public Function ListNextAsync (operations As IContainerServicesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ContainerServiceInner))

パラメーター

operations
IContainerServicesOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

属性

注釈

指定したサブスクリプション内のコンテナー サービスの一覧を取得します。 この操作は、状態、オーケストレーター、マスターとエージェントの数、マスターとエージェントの FQDN など、各コンテナー サービスのプロパティを返します。

適用対象