ContainerServicesOperationsExtensions.ListAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 など、各コンテナー サービスのプロパティを返します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET