Compartir a través de


IInvoicesOperations.BeginDownloadInvoiceWithHttpMessagesAsync Método

Definición

Obtiene una dirección URL para descargar una factura. La operación es compatible con las cuentas de facturación con el tipo de contrato Microsoft Partner Agreement o Contrato de cliente de 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))

Parámetros

billingAccountName
String

Identificador que identifica de forma única una cuenta de facturación.

invoiceName
String

Identificador que identifica de forma única una factura.

downloadToken
String

Descargue el token con el origen del documento y el identificador de documento.

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Excepciones

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando no se puede deserializar la respuesta

Se produce cuando un parámetro obligatorio es NULL

Se aplica a