Delen via


InvoicesOperationsExtensions.ListByBillingProfileAsync Methode

Definitie

Hiermee worden de facturen voor een factureringsprofiel voor een bepaalde begin- en einddatum weergegeven. 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice>> ListByBillingProfileAsync(this Microsoft.Azure.Management.Billing.IInvoicesOperations operations, string billingAccountName, string billingProfileName, string periodStartDate, string periodEndDate, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingProfileAsync : Microsoft.Azure.Management.Billing.IInvoicesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice>>
<Extension()>
Public Function ListByBillingProfileAsync (operations As IInvoicesOperations, billingAccountName As String, billingProfileName 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.

billingProfileName
String

De id die een factureringsprofiel 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