Partager via


InvoiceSectionsOperationsExtensions.ListByBillingProfile Méthode

Définition

Répertorie les sections de facture auxquelles un utilisateur a accès. L’opération est prise en charge uniquement pour les comptes de facturation avec le type de contrat Contrat client Microsoft. https://docs.microsoft.com/en-us/rest/api/billing/

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

Paramètres

operations
IInvoiceSectionsOperations

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.

Retours

S’applique à