Freigeben über


PrivateLinkResourcesOperationsExtensions.GetAsync Methode

Definition

Gibt eine angegebene Private Link-Ressource zurück, die für Backup und SiteRecovery erstellt werden muss.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Models.PrivateLinkResource> GetAsync (this Microsoft.Azure.Management.RecoveryServices.IPrivateLinkResourcesOperations operations, string resourceGroupName, string vaultName, string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.RecoveryServices.IPrivateLinkResourcesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Models.PrivateLinkResource>
<Extension()>
Public Function GetAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, vaultName As String, privateLinkResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResource)

Parameter

operations
IPrivateLinkResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, in der sich der Recovery Services-Tresor befindet.

vaultName
String

Der Name des Recovery Services-Tresors.

privateLinkResourceName
String
cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: