Share via


BillingInvoiceSectionResource.GetBillingInvoiceSectionRoleDefinitionAsync Method

Definition

Gets the definition for a role on an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingRoleDefinitions/{roleDefinitionName}
  • Operation Id: BillingRoleDefinition_GetByInvoiceSection
  • Default Api Version: 2024-04-01
  • Resource: BillingInvoiceSectionRoleDefinitionResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingInvoiceSectionRoleDefinitionResource>> GetBillingInvoiceSectionRoleDefinitionAsync (string roleDefinitionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBillingInvoiceSectionRoleDefinitionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingInvoiceSectionRoleDefinitionResource>>
override this.GetBillingInvoiceSectionRoleDefinitionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingInvoiceSectionRoleDefinitionResource>>
Public Overridable Function GetBillingInvoiceSectionRoleDefinitionAsync (roleDefinitionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BillingInvoiceSectionRoleDefinitionResource))

Parameters

roleDefinitionName
String

The ID that uniquely identifies a role definition.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

roleDefinitionName is null.

roleDefinitionName is an empty string, and was expected to be non-empty.

Applies to