Delen via


InvoicesOperationsExtensions.ListByBillingAccount Methode

Definitie

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice> ListByBillingAccount(this Microsoft.Azure.Management.Billing.IInvoicesOperations operations, string billingAccountName, string periodStartDate, string periodEndDate);
static member ListByBillingAccount : Microsoft.Azure.Management.Billing.IInvoicesOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice>
<Extension()>
Public Function ListByBillingAccount (operations As IInvoicesOperations, billingAccountName As String, periodStartDate As String, periodEndDate As String) As 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.

Retouren

Van toepassing op