BillingAccountResource.GetInvoiceSectionsByCreateSubscriptionPermission Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the invoice sections for which the user has permission to create Azure subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.
- Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/listInvoiceSectionsWithCreateSubscriptionPermission
- Operation Id: BillingAccounts_ListInvoiceSectionsByCreateSubscriptionPermission
- Default Api Version: 2024-04-01
- Resource: BillingAccountResource
public virtual Azure.Pageable<Azure.ResourceManager.Billing.Models.InvoiceSectionWithCreateSubPermission> GetInvoiceSectionsByCreateSubscriptionPermission (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetInvoiceSectionsByCreateSubscriptionPermission : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.Models.InvoiceSectionWithCreateSubPermission>
override this.GetInvoiceSectionsByCreateSubscriptionPermission : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.Models.InvoiceSectionWithCreateSubPermission>
Public Overridable Function GetInvoiceSectionsByCreateSubscriptionPermission (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of InvoiceSectionWithCreateSubPermission)
Parameters
- filter
- String
The filter query option allows clients to filter a collection of resources that are addressed by a request URL.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of InvoiceSectionWithCreateSubPermission that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET