Share via


BillingCustomerRoleDefinitionCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

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