Delen via


InvoicesOperationsExtensions.BeginDownloadInvoice Methode

Definitie

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

public static Microsoft.Azure.Management.Billing.Models.DownloadUrl BeginDownloadInvoice(this Microsoft.Azure.Management.Billing.IInvoicesOperations operations, string billingAccountName, string invoiceName, string downloadToken);
static member BeginDownloadInvoice : Microsoft.Azure.Management.Billing.IInvoicesOperations * string * string * string -> Microsoft.Azure.Management.Billing.Models.DownloadUrl
<Extension()>
Public Function BeginDownloadInvoice (operations As IInvoicesOperations, billingAccountName As String, invoiceName As String, downloadToken As String) As 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

Downloadtoken met documentbron en document-id.

Retouren

Van toepassing op