次の方法で共有


BillingProfileResource.GetBillingProfileRoleDefinition Method

Definition

Gets the definition for a role on a billing profile. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.

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

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