PrivateEndpointConnectionOperationsExtensions.GetAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Rufen Sie die Verbindung mit einem privaten Endpunkt ab. Dieser Aufruf wird durch einen Backup-Admin ausgeführt.
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)
Parameter
- operations
- IPrivateEndpointConnectionOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- vaultName
- String
Der Name des Recovery Services-Tresors.
- resourceGroupName
- String
Der Name der Ressourcengruppe, in der sich der Recovery Services-Tresor befindet.
- privateEndpointConnectionName
- String
Der Name der Verbindung mit dem privaten Endpunkt.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET