Partager via


IInvoicesOperations.BeginDownloadInvoiceWithHttpMessagesAsync Méthode

Définition

Obtient une URL pour télécharger une facture. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat Partenaire Microsoft ou Contrat client Microsoft. https://docs.microsoft.com/en-us/rest/api/billing/

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Billing.Models.DownloadUrl,Microsoft.Azure.Management.Billing.Models.InvoicesDownloadInvoiceHeaders>> BeginDownloadInvoiceWithHttpMessagesAsync (string billingAccountName, string invoiceName, string downloadToken, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginDownloadInvoiceWithHttpMessagesAsync : 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.Billing.Models.DownloadUrl, Microsoft.Azure.Management.Billing.Models.InvoicesDownloadInvoiceHeaders>>
Public Function BeginDownloadInvoiceWithHttpMessagesAsync (billingAccountName As String, invoiceName As String, downloadToken As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DownloadUrl, InvoicesDownloadInvoiceHeaders))

Paramètres

billingAccountName
String

ID qui identifie de manière unique un compte de facturation.

invoiceName
String

ID qui identifie une facture de manière unique.

downloadToken
String

Téléchargez le jeton avec la source du document et l’ID de document.

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 à