Dela via


InvoicesOperationsExtensions.ListByBillingAccount Metod

Definition

Visar fakturor för ett faktureringskonto för ett visst startdatum och slutdatum. Åtgärden stöds för faktureringskonton med avtalstyp Microsoft-partneravtal eller Microsoft-kundavtal. 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)

Parametrar

operations
IInvoicesOperations

Åtgärdsgruppen för den här tilläggsmetoden.

billingAccountName
String

Det ID som unikt identifierar ett faktureringskonto.

periodStartDate
String

Startdatumet för att hämta fakturorna. Datumet ska anges i FORMATET MM-DD-ÅÅÅÅÅ.

periodEndDate
String

Slutdatumet för att hämta fakturorna. Datumet ska anges i FORMATET MM-DD-ÅÅÅÅÅ.

Returer

Gäller för