Delen via


InvoicesOperationsExtensions.BeginDownloadInvoiceAsync Methode

Definitie

Hiermee haalt u een URL op om een factuur te downloaden. De bewerking wordt ondersteund voor factureringsrekeningen met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst. https://docs.microsoft.com/en-us/rest/api/billing/

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.DownloadUrl> BeginDownloadInvoiceAsync(this Microsoft.Azure.Management.Billing.IInvoicesOperations operations, string billingAccountName, string invoiceName, string downloadToken, System.Threading.CancellationToken cancellationToken = default);
static member BeginDownloadInvoiceAsync : Microsoft.Azure.Management.Billing.IInvoicesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.DownloadUrl>
<Extension()>
Public Function BeginDownloadInvoiceAsync (operations As IInvoicesOperations, billingAccountName As String, invoiceName As String, downloadToken As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DownloadUrl)

Parameters

operations
IInvoicesOperations

De bewerkingsgroep voor deze extensiemethode.

billingAccountName
String

De id die een factureringsrekening uniek identificeert.

invoiceName
String

De id die een factuur uniek identificeert.

downloadToken
String

Download token met documentbron en document-id.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op