Partager via


InvoiceSectionsOperationsExtensions.ListByBillingProfileNext 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> ListByBillingProfileNext (this Microsoft.Azure.Management.Billing.IInvoiceSectionsOperations operations, string nextPageLink);
static member ListByBillingProfileNext : Microsoft.Azure.Management.Billing.IInvoiceSectionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.InvoiceSection>
<Extension()>
Public Function ListByBillingProfileNext (operations As IInvoiceSectionsOperations, nextPageLink As String) As IPage(Of InvoiceSection)

Paramètres

operations
IInvoiceSectionsOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à