ContainerAppCollection クラス

定義

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

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

コンストラクター

ContainerAppCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ContainerAppData, CancellationToken)

コンテナー アプリを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}
  • 操作IdContainerApps_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ContainerAppData, CancellationToken)

コンテナー アプリを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}
  • 操作IdContainerApps_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}
  • 操作IdContainerApps_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}
  • 操作IdContainerApps_Get
Get(String, CancellationToken)

コンテナー アプリのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}
  • 操作IdContainerApps_Get
GetAll(CancellationToken)

特定のリソース グループ内の Container Apps を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps
  • 操作IdContainerApps_ListByResourceGroup
GetAllAsync(CancellationToken)

特定のリソース グループ内の Container Apps を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps
  • 操作IdContainerApps_ListByResourceGroup
GetAsync(String, CancellationToken)

コンテナー アプリのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}
  • 操作IdContainerApps_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ContainerAppResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ContainerAppResource>.GetEnumerator()

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

適用対象