ExportJobsOperationResultsOperationsExtensions.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.
Ruft das Vorgangsergebnis des Vorgangs ab, der von der Exportaufträge-API ausgelöst wird. Wenn der Vorgang erfolgreich ist, enthält er auch die URL eines Blobs und einen SAS-Schlüssel für den Zugriff darauf. Das Blob enthält exportierte Aufträge im serialisierten JSON-Format.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.OperationResultInfoBaseResource> GetAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IExportJobsOperationResultsOperations operations, string vaultName, string resourceGroupName, string operationId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IExportJobsOperationResultsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.OperationResultInfoBaseResource>
<Extension()>
Public Function GetAsync (operations As IExportJobsOperationResultsOperations, vaultName As String, resourceGroupName As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OperationResultInfoBaseResource)
Parameter
- operations
- IExportJobsOperationResultsOperations
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.
- operationId
- String
OperationID, die den Exportauftrag darstellt.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET