BillingAccountsOperationsExtensions.ListAsync Method

Definition

Lists the billing accounts that a user has access to. https://docs.microsoft.com/en-us/rest/api/billing/

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingAccount>> ListAsync (this Microsoft.Azure.Management.Billing.IBillingAccountsOperations operations, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Billing.IBillingAccountsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingAccount>>
<Extension()>
Public Function ListAsync (operations As IBillingAccountsOperations, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BillingAccount))

Parameters

operations
IBillingAccountsOperations

The operations group for this extension method.

expand
String

May be used to expand the soldTo, invoice sections and billing profiles.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to