Sdílet prostřednictvím


BillingAccountsOperationsExtensions.ListAsync Metoda

Definice

Zobrazí seznam fakturačních účtů, ke kterým má uživatel přístup. 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))

Parametry

operations
IBillingAccountsOperations

Skupina operací pro tuto metodu rozšíření.

expand
String

Lze použít k rozbalení kupujícího, oddílů faktury a fakturačních profilů.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro