InvoicesOperationsExtensions.ListByBillingAccount Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
Azure SDK for .NET