Udostępnij za pośrednictwem


BillingRoleAssignmentsOperationsExtensions.ListByInvoiceSectionAsync Metoda

Definicja

Wyświetla listę przypisań ról dla wywołującego w sekcji faktury. Ta operacja jest obsługiwana w przypadku kont rozliczeniowych z typem umowy Umowa z Klientem Microsoft. https://docs.microsoft.com/en-us/rest/api/billing/

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

Parametry

operations
IBillingRoleAssignmentsOperations

Grupa operacji dla tej metody rozszerzenia.

billingAccountName
String

Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.

billingProfileName
String

Identyfikator, który jednoznacznie identyfikuje profil rozliczeniowy.

invoiceSectionName
String

Identyfikator, który jednoznacznie identyfikuje sekcję faktury.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dotyczy