Sdílet prostřednictvím


InvoiceSectionsOperationsExtensions.ListByBillingProfileAsync Metoda

Definice

Vypíše oddíly faktury, ke kterým má uživatel přístup. Operace se podporuje jenom u fakturačních účtů s typem smlouvy Smlouva se zákazníkem 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.InvoiceSection>> ListByBillingProfileAsync (this Microsoft.Azure.Management.Billing.IInvoiceSectionsOperations operations, string billingAccountName, string billingProfileName, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingProfileAsync : Microsoft.Azure.Management.Billing.IInvoiceSectionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.InvoiceSection>>
<Extension()>
Public Function ListByBillingProfileAsync (operations As IInvoiceSectionsOperations, billingAccountName As String, billingProfileName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of InvoiceSection))

Parametry

operations
IInvoiceSectionsOperations

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

billingAccountName
String

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

billingProfileName
String

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

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro