Partager via


BillingRoleAssignmentsOperationsExtensions.ListByInvoiceSectionAsync Méthode

Définition

Répertorie les attributions de rôles pour l’appelant sur une section de facture. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat client 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))

Paramètres

operations
IBillingRoleAssignmentsOperations

Groupe d’opérations pour cette méthode d’extension.

billingAccountName
String

ID qui identifie de manière unique un compte de facturation.

billingProfileName
String

ID qui identifie de manière unique un profil de facturation.

invoiceSectionName
String

ID qui identifie de manière unique une section de facture.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à