ResourceGuardProxyOperationsExtensions.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.
Gibt ResourceGuardProxy unter dem Tresor und mit dem Namen zurück, auf den in der Anforderung verwiesen wird.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBaseResource> GetAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IResourceGuardProxyOperations operations, string vaultName, string resourceGroupName, string resourceGuardProxyName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IResourceGuardProxyOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBaseResource>
<Extension()>
Public Function GetAsync (operations As IResourceGuardProxyOperations, vaultName As String, resourceGroupName As String, resourceGuardProxyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ResourceGuardProxyBaseResource)
Parameter
- operations
- IResourceGuardProxyOperations
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.
- resourceGuardProxyName
- String
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET