BillingInvoiceSectionRoleDefinitionCollection.Get 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 Azure.Response<Azure.ResourceManager.Billing.BillingInvoiceSectionRoleDefinitionResource> Get (string roleDefinitionName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingInvoiceSectionRoleDefinitionResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingInvoiceSectionRoleDefinitionResource>
Public Overridable Function Get (roleDefinitionName As String, Optional cancellationToken As CancellationToken = Nothing) As 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 an empty string, and was expected to be non-empty.

roleDefinitionName is null.

Applies to