InvoicesOperationsExtensions.ListByBillingSubscriptionAsync Method

Definition

Lists the invoices for a subscription. 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>> ListByBillingSubscriptionAsync (this Microsoft.Azure.Management.Billing.IInvoicesOperations operations, string periodStartDate, string periodEndDate, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingSubscriptionAsync : Microsoft.Azure.Management.Billing.IInvoicesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice>>
<Extension()>
Public Function ListByBillingSubscriptionAsync (operations As IInvoicesOperations, periodStartDate As String, periodEndDate As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Invoice))

Parameters

operations
IInvoicesOperations

The operations group for this extension method.

periodStartDate
String

Invoice period start date.

periodEndDate
String

Invoice period end date.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to