Freigeben über


InvoicesOperationsExtensions.BeginDownloadInvoice Methode

Definition

Ruft eine URL zum Herunterladen einer Rechnung ab. Der Vorgang wird für Abrechnungskonten mit dem Vertragstyp Microsoft Partner-Vereinbarung oder Microsoft-Kundenvereinbarung unterstützt. 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

Parameter

operations
IInvoicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

billingAccountName
String

Die ID, die ein Abrechnungskonto eindeutig identifiziert.

invoiceName
String

Die ID, die eine Rechnung eindeutig identifiziert.

downloadToken
String

Token mit Dokumentquelle und Dokument-ID herunterladen

Gibt zurück

Gilt für: