InvoicesOperationsExtensions.BeginDownloadBillingSubscriptionInvoiceAsync Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar en URL för att ladda ned en faktura. https://docs.microsoft.com/en-us/rest/api/billing/
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.DownloadUrl> BeginDownloadBillingSubscriptionInvoiceAsync (this Microsoft.Azure.Management.Billing.IInvoicesOperations operations, string invoiceName, string downloadToken, System.Threading.CancellationToken cancellationToken = default);
static member BeginDownloadBillingSubscriptionInvoiceAsync : Microsoft.Azure.Management.Billing.IInvoicesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.DownloadUrl>
<Extension()>
Public Function BeginDownloadBillingSubscriptionInvoiceAsync (operations As IInvoicesOperations, invoiceName As String, downloadToken As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DownloadUrl)
Parametrar
- operations
- IInvoicesOperations
Åtgärdsgruppen för den här tilläggsmetoden.
- invoiceName
- String
Det ID som unikt identifierar en faktura.
- downloadToken
- String
Ladda ned token med dokumentkälla och dokument-ID.
- cancellationToken
- CancellationToken
Annulleringstoken.
Returer
Gäller för
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET