ContainerRegistryAgentPoolCollection クラス

定義

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

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

コンストラクター

ContainerRegistryAgentPoolCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ContainerRegistryAgentPoolData, CancellationToken)

指定したパラメーターを使用して、コンテナー レジストリのエージェント プールを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/agentPools/{agentPoolName}
  • 操作IdAgentPools_Create
CreateOrUpdateAsync(WaitUntil, String, ContainerRegistryAgentPoolData, CancellationToken)

指定したパラメーターを使用して、コンテナー レジストリのエージェント プールを作成します。

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

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

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

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

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

特定のエージェント プールの詳細情報を取得します。

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

指定したコンテナー レジストリのすべてのエージェント プールを一覧表示します。

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

指定したコンテナー レジストリのすべてのエージェント プールを一覧表示します。

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

特定のエージェント プールの詳細情報を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ContainerRegistryAgentPoolResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ContainerRegistryAgentPoolResource>.GetEnumerator()

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

適用対象