InvoiceSectionsOperationsExtensions.ListByBillingProfile Method

Definition

Lists the invoice sections that a user has access to. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. 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)

Parameters

operations
IInvoiceSectionsOperations

The operations group for this extension method.

billingAccountName
String

The ID that uniquely identifies a billing account.

billingProfileName
String

The ID that uniquely identifies a billing profile.

Returns

Applies to