Partager via


BillingPermissionsOperationsExtensions.ListByInvoiceSections Méthode

Définition

Répertorie les autorisations de facturation dont dispose l’appelant sur une section de facture. https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingPermissionsProperties> ListByInvoiceSections (this Microsoft.Azure.Management.Billing.IBillingPermissionsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName);
static member ListByInvoiceSections : Microsoft.Azure.Management.Billing.IBillingPermissionsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingPermissionsProperties>
<Extension()>
Public Function ListByInvoiceSections (operations As IBillingPermissionsOperations, billingAccountName As String, billingProfileName As String, invoiceSectionName As String) As IPage(Of BillingPermissionsProperties)

Paramètres

operations
IBillingPermissionsOperations

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.

Retours

S’applique à