次の方法で共有


PrivateEndpointConnectionOperationsExtensions.BeginPut メソッド

定義

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

public static Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrivateEndpointConnectionResource BeginPut (this Microsoft.Azure.Management.RecoveryServices.Backup.IPrivateEndpointConnectionOperations operations, string vaultName, string resourceGroupName, string privateEndpointConnectionName, Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrivateEndpointConnectionResource parameters);
static member BeginPut : Microsoft.Azure.Management.RecoveryServices.Backup.IPrivateEndpointConnectionOperations * string * string * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrivateEndpointConnectionResource -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrivateEndpointConnectionResource
<Extension()>
Public Function BeginPut (operations As IPrivateEndpointConnectionOperations, vaultName As String, resourceGroupName As String, privateEndpointConnectionName As String, parameters As PrivateEndpointConnectionResource) As PrivateEndpointConnectionResource

パラメーター

operations
IPrivateEndpointConnectionOperations

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

vaultName
String

Recovery Services コンテナーの名前。

resourceGroupName
String

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

privateEndpointConnectionName
String

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

parameters
PrivateEndpointConnectionResource

操作の要求本文

戻り値

適用対象