次の方法で共有


ContainerAppDetectorCollection クラス

定義

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

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

コンストラクター

ContainerAppDetectorCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

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

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

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

コンテナー アプリの診断結果を取得します。

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

特定のコンテナー アプリの診断の一覧を取得します。

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

特定のコンテナー アプリの診断の一覧を取得します。

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

コンテナー アプリの診断結果を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ContainerAppDetectorResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ContainerAppDetectorResource>.GetEnumerator()

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

適用対象