次の方法で共有


ContainerServiceAgentPoolCollection クラス

定義

のコレクション ContainerServiceAgentPoolResource とその操作を表すクラス。 コレクション内の各 ContainerServiceAgentPoolResource は、 の同じインスタンス ContainerServiceManagedClusterResourceに属します。 インスタンスを ContainerServiceAgentPoolCollection 取得するには、 のインスタンス ContainerServiceManagedClusterResourceから GetContainerServiceAgentPools メソッドを呼び出します。

public class ContainerServiceAgentPoolCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ContainerService.ContainerServiceAgentPoolResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerService.ContainerServiceAgentPoolResource>
type ContainerServiceAgentPoolCollection = class
    inherit ArmCollection
    interface seq<ContainerServiceAgentPoolResource>
    interface IEnumerable
    interface IAsyncEnumerable<ContainerServiceAgentPoolResource>
Public Class ContainerServiceAgentPoolCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ContainerServiceAgentPoolResource), IEnumerable(Of ContainerServiceAgentPoolResource)
継承
ContainerServiceAgentPoolCollection
実装

コンストラクター

ContainerServiceAgentPoolCollection()

モック作成のために クラスの ContainerServiceAgentPoolCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ContainerServiceAgentPoolData, CancellationToken)

指定したマネージド クラスター内のエージェント プールを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}
  • 操作IdAgentPools_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ContainerServiceAgentPoolData, CancellationToken)

指定したマネージド クラスター内のエージェント プールを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}
  • 操作IdAgentPools_CreateOrUpdate
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}
  • 操作IdAgentPools_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}
  • 操作IdAgentPools_Get
Get(String, CancellationToken)

指定したマネージド クラスター エージェント プールを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}
  • 操作IdAgentPools_Get
GetAll(CancellationToken)

指定したマネージド クラスター内のエージェント プールの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools
  • 操作IdAgentPools_List
GetAllAsync(CancellationToken)

指定したマネージド クラスター内のエージェント プールの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools
  • 操作IdAgentPools_List
GetAsync(String, CancellationToken)

指定したマネージド クラスター エージェント プールを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}
  • 操作IdAgentPools_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<ContainerServiceAgentPoolResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<ContainerServiceAgentPoolResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象