Udostępnij za pośrednictwem


InvoicesOperationsExtensions.GetAsync Metoda

Definicja

Pobiera fakturę według nazwy i identyfikatora konta rozliczeniowego. Operacja jest obsługiwana w przypadku kont rozliczeniowych z typem umowy Microsoft Partner Agreement lub Umowa z Klientem Microsoft. https://docs.microsoft.com/en-us/rest/api/billing/

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.Invoice> GetAsync (this Microsoft.Azure.Management.Billing.IInvoicesOperations operations, string billingAccountName, string invoiceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Billing.IInvoicesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.Invoice>
<Extension()>
Public Function GetAsync (operations As IInvoicesOperations, billingAccountName As String, invoiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Invoice)

Parametry

operations
IInvoicesOperations

Grupa operacji dla tej metody rozszerzenia.

billingAccountName
String

Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.

invoiceName
String

Identyfikator, który jednoznacznie identyfikuje fakturę.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dotyczy