Dela via


InvoiceSectionsOperationsExtensions.ListByBillingProfileAsync Metod

Definition

Visar de fakturaavsnitt som en användare har åtkomst till. Åtgärden stöds endast för faktureringskonton med avtalstyp Microsoft-kundavtal. 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))

Parametrar

operations
IInvoiceSectionsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

billingAccountName
String

Det ID som unikt identifierar ett faktureringskonto.

billingProfileName
String

Det ID som unikt identifierar en faktureringsprofil.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Gäller för