次の方法で共有


KeyVaultPrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

KeyVaultPrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, KeyVaultPrivateEndpointConnectionData, CancellationToken)

キー コンテナーに関連付けられている指定したプライベート エンドポイント接続を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Put
CreateOrUpdateAsync(WaitUntil, String, KeyVaultPrivateEndpointConnectionData, CancellationToken)

キー コンテナーに関連付けられている指定したプライベート エンドポイント接続を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Put
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Get
Get(String, CancellationToken)

キー コンテナーに関連付けられている指定されたプライベート エンドポイント接続を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Get
GetAll(CancellationToken)

List 操作は、コンテナーに関連付けられているプライベート エンドポイント接続に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/privateEndpointConnections
  • 操作IdPrivateEndpointConnections_ListByResource
GetAllAsync(CancellationToken)

List 操作は、コンテナーに関連付けられているプライベート エンドポイント接続に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/privateEndpointConnections
  • 操作IdPrivateEndpointConnections_ListByResource
GetAsync(String, CancellationToken)

キー コンテナーに関連付けられている指定されたプライベート エンドポイント接続を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<KeyVaultPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<KeyVaultPrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象