Partager via


BillingRoleDefinitionsOperationsExtensions.ListByInvoiceSectionAsync Méthode

Définition

Répertorie les définitions de rôle d’une section de facture. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat Partenaire Microsoft ou 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.BillingRoleDefinition>> ListByInvoiceSectionAsync (this Microsoft.Azure.Management.Billing.IBillingRoleDefinitionsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName, System.Threading.CancellationToken cancellationToken = default);
static member ListByInvoiceSectionAsync : Microsoft.Azure.Management.Billing.IBillingRoleDefinitionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingRoleDefinition>>
<Extension()>
Public Function ListByInvoiceSectionAsync (operations As IBillingRoleDefinitionsOperations, billingAccountName As String, billingProfileName As String, invoiceSectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BillingRoleDefinition))

Paramètres

operations
IBillingRoleDefinitionsOperations

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 à