Dela via


InvoicesOperationsExtensions.DownloadBillingSubscriptionInvoiceAsync Metod

Definition

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> DownloadBillingSubscriptionInvoiceAsync (this Microsoft.Azure.Management.Billing.IInvoicesOperations operations, string invoiceName, string downloadToken, System.Threading.CancellationToken cancellationToken = default);
static member DownloadBillingSubscriptionInvoiceAsync : Microsoft.Azure.Management.Billing.IInvoicesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.DownloadUrl>
<Extension()>
Public Function DownloadBillingSubscriptionInvoiceAsync (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