Delen via


InvoicesOperationsExtensions.ListByBillingAccountAsync Methode

Definitie

Geeft de facturen weer voor een factureringsrekening voor een bepaalde begin- en einddatum. De bewerking wordt ondersteund voor factureringsrekeningen met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst. https://docs.microsoft.com/en-us/rest/api/billing/

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

Parameters

operations
IInvoicesOperations

De bewerkingsgroep voor deze extensiemethode.

billingAccountName
String

De id die een factureringsrekening uniek identificeert.

periodStartDate
String

De begindatum voor het ophalen van de facturen. De datum moet worden opgegeven in de notatie MM-DD-JJJJ.

periodEndDate
String

De einddatum voor het ophalen van de facturen. De datum moet worden opgegeven in de notatie MM-DD-JJJJ.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op