次の方法で共有


PrivateEndpointConnectionOperationsExtensions.Delete メソッド

定義

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

public static void Delete (this Microsoft.Azure.Management.RecoveryServices.Backup.IPrivateEndpointConnectionOperations operations, string vaultName, string resourceGroupName, string privateEndpointConnectionName);
static member Delete : Microsoft.Azure.Management.RecoveryServices.Backup.IPrivateEndpointConnectionOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IPrivateEndpointConnectionOperations, vaultName As String, resourceGroupName As String, privateEndpointConnectionName As String)

パラメーター

operations
IPrivateEndpointConnectionOperations

この拡張メソッドの操作グループ。

vaultName
String

Recovery Services コンテナーの名前。

resourceGroupName
String

Recovery Services コンテナーが存在するリソース グループの名前。

privateEndpointConnectionName
String

プライベート エンドポイント接続の名前。

適用対象