Compartilhar via


BillingAccountsOperationsExtensions.ListAsync Método

Definição

Lista as contas de cobrança às quais um usuário tem acesso. 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))

Parâmetros

operations
IBillingAccountsOperations

O grupo de operações para esse método de extensão.

expand
String

Pode ser usado para expandir as seções soldTo, fatura e perfis de cobrança.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a