Partager via


PrivateEndpointConnectionOperationsExtensions.GetAsync Méthode

Définition

Obtenir une connexion de point de terminaison privé. Cet appel est effectué par l’administrateur de secours.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrivateEndpointConnectionResource> GetAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IPrivateEndpointConnectionOperations operations, string vaultName, string resourceGroupName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IPrivateEndpointConnectionOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrivateEndpointConnectionResource>
<Extension()>
Public Function GetAsync (operations As IPrivateEndpointConnectionOperations, vaultName As String, resourceGroupName As String, privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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é.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à