Compartir a través de


BillingAccountsOperationsExtensions.ListAsync Método

Definición

Enumera las cuentas de facturación a las que un usuario tiene acceso. 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

Grupo de operaciones para este método de extensión.

expand
String

Se puede usar para expandir los perfiles soldTo, invoice y billing profiles.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a