次の方法で共有


ContainerServicesOperationsExtensions.ListByResourceGroupAsync メソッド

定義

注意事項

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

パラメーター

operations
IContainerServicesOperations

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

resourceGroupName
String

リソース グループの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

属性

注釈

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

適用対象