Compartir a través de


PrivateEndpointConnectionOperationsExtensions.Get Método

Definición

Obtener conexión 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 Get (this Microsoft.Azure.Management.RecoveryServices.Backup.IPrivateEndpointConnectionOperations operations, string vaultName, string resourceGroupName, string privateEndpointConnectionName);
static member Get : Microsoft.Azure.Management.RecoveryServices.Backup.IPrivateEndpointConnectionOperations * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrivateEndpointConnectionResource
<Extension()>
Public Function Get (operations As IPrivateEndpointConnectionOperations, vaultName As String, resourceGroupName As String, privateEndpointConnectionName As String) 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.

Devoluciones

Se aplica a