Sdílet prostřednictvím


BillingProfilesOperationsExtensions.ListByBillingAccountAsync Metoda

Definice

Zobrazí seznam fakturačních profilů, ke kterým má uživatel přístup. Operace se podporuje u fakturačních účtů s typem smlouvy Smlouva se zákazníkem Microsoftu nebo Smlouva s partnerem Microsoftu. https://docs.microsoft.com/en-us/rest/api/billing/

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

Parametry

operations
IBillingProfilesOperations

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

billingAccountName
String

ID, které jednoznačně identifikuje fakturační účet.

expand
String

Lze použít k rozbalení oddílů faktury.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro