Partager via


IExportJobsOperationResultsOperations.GetWithHttpMessagesAsync Méthode

Définition

Obtient le résultat de l’opération déclenchée par l’API Exporter les travaux. Si l’opération réussit, elle contient également l’URL d’un objet blob et une clé SAP pour y accéder. L’objet blob contient des travaux exportés au format sérialisé JSON.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.RecoveryServices.Backup.Models.OperationResultInfoBaseResource>> GetWithHttpMessagesAsync (string vaultName, string resourceGroupName, string operationId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.RecoveryServices.Backup.Models.OperationResultInfoBaseResource>>
Public Function GetWithHttpMessagesAsync (vaultName As String, resourceGroupName As String, operationId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of OperationResultInfoBaseResource))

Paramètres

vaultName
String

Nom du coffre Recovery Services.

resourceGroupName
String

Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.

operationId
String

OperationID qui représente le travail d’exportation.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Exceptions

Levée lorsque l’opération a retourné un code de status non valide

Levée en cas d’impossibilité de désérialiser la réponse

Levée lorsqu’un paramètre obligatoire a la valeur Null

S’applique à