Partager via


PrivateEndpointConnectionOperationsExtensions.Put 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 Put (this Microsoft.Azure.Management.RecoveryServices.Backup.IPrivateEndpointConnectionOperations operations, string vaultName, string resourceGroupName, string privateEndpointConnectionName, Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrivateEndpointConnectionResource parameters);
static member Put : 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 Put (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 dans lequel le coffre Recovery Services est présent.

privateEndpointConnectionName
String

Nom de la connexion de point de terminaison privé.

parameters
PrivateEndpointConnectionResource

Corps de la demande pour l’opération

Retours

S’applique à