BillingCustomerRoleAssignmentCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

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

Parameters

billingRoleAssignmentName
String

The ID that uniquely identifies a role assignment.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

billingRoleAssignmentName is null.

Applies to