InvoicesOperationsExtensions.BeginDownloadInvoiceAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 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)
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.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET