次の方法で共有


ContainerServicesOperationsExtensions.ListAsync メソッド

定義

注意事項

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

パラメーター

operations
IContainerServicesOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

属性

注釈

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

適用対象