Compartir a través de


PrivateEndpointConnectionOperationsExtensions.BeginPut Método

Definición

Aprueba o rechaza solicitudes de punto de conexión privado. Esta llamada la realiza el administrador de copias de seguridad.

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

Parámetros

operations
IPrivateEndpointConnectionOperations

Grupo de operaciones para este método de extensión.

vaultName
String

Nombre del almacén de Recovery Services.

resourceGroupName
String

Nombre del grupo de recursos donde está presente el almacén de Recovery Services.

privateEndpointConnectionName
String

Nombre de la conexión de punto de conexión privado.

parameters
PrivateEndpointConnectionResource

Cuerpo de la solicitud para la operación

Devoluciones

Se aplica a