Partager via


PrivateEndpointConnectionOperationsExtensions.BeginPut Méthode

Définition

Approuve ou rejette les requêtes de point de terminaison privé. Cet appel est effectué par l’administrateur de secours.

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

Paramètres

operations
IPrivateEndpointConnectionOperations

Groupe d’opérations pour cette méthode d’extension.

vaultName
String

Nom du coffre Recovery Services.

resourceGroupName
String

Nom du groupe de ressources où se trouve le coffre Recovery Services.

privateEndpointConnectionName
String

Nom de la connexion de point de terminaison privé.

parameters
PrivateEndpointConnectionResource

Corps de la demande pour l’opération

Retours

S’applique à