Partager via


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

Paramètres

operations
IInvoicesOperations

Groupe d’opérations pour cette méthode d’extension.

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.

Retours

S’applique à