次の方法で共有


ContainerAppConnectedEnvironmentCertificateCollection クラス

定義

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

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

コンストラクター

ContainerAppConnectedEnvironmentCertificateCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ContainerAppCertificateData, CancellationToken)

証明書を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates/{certificateName}
  • 操作IdConnectedEnvironmentsCertificates_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ContainerAppCertificateData, CancellationToken)

証明書を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates/{certificateName}
  • 操作IdConnectedEnvironmentsCertificates_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates/{certificateName}
  • 操作IdConnectedEnvironmentsCertificates_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates/{certificateName}
  • 操作IdConnectedEnvironmentsCertificates_Get
Get(String, CancellationToken)

指定した証明書を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates/{certificateName}
  • 操作IdConnectedEnvironmentsCertificates_Get
GetAll(CancellationToken)

特定の接続環境で証明書を取得します。

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

特定の接続環境で証明書を取得します。

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

指定した証明書を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates/{certificateName}
  • 操作IdConnectedEnvironmentsCertificates_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ContainerAppConnectedEnvironmentCertificateResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ContainerAppConnectedEnvironmentCertificateResource>.GetEnumerator()

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

適用対象