次の方法で共有


ManagedHsmPrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

ManagedHsmPrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ManagedHsmPrivateEndpointConnectionData, CancellationToken)

マネージド hsm プールに関連付けられている指定されたプライベート エンドポイント接続を更新します。

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

マネージド hsm プールに関連付けられている指定されたプライベート エンドポイント接続を更新します。

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

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

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

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

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

マネージド HSM プールに関連付けられている指定されたプライベート エンドポイント接続を取得します。

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

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

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

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

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

マネージド HSM プールに関連付けられている指定されたプライベート エンドポイント接続を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ManagedHsmPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ManagedHsmPrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象