InvoicesOperationsExtensions.ListByBillingProfileAsync 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.
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
Azure SDK for .NET