次の方法で共有


BackupPrivateEndpointConnectionCollection クラス

定義

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

public class BackupPrivateEndpointConnectionCollection : Azure.ResourceManager.ArmCollection
type BackupPrivateEndpointConnectionCollection = class
    inherit ArmCollection
Public Class BackupPrivateEndpointConnectionCollection
Inherits ArmCollection
継承
BackupPrivateEndpointConnectionCollection

コンストラクター

BackupPrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, String, BackupPrivateEndpointConnectionData, CancellationToken)

プライベート エンドポイント要求を承認または拒否します。 この呼び出しは、バックアップ管理者によって行われます。

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

プライベート エンドポイント要求を承認または拒否します。 この呼び出しは、バックアップ管理者によって行われます。

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

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

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

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

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

プライベート エンドポイント接続を取得します。 この呼び出しは、バックアップ管理者によって行われます。

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

プライベート エンドポイント接続を取得します。 この呼び出しは、バックアップ管理者によって行われます。

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

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

(継承元 ArmCollection)

適用対象