Share via


BillingProfileCustomerResource.ResolveByCustomerBillingRoleAssignment Method

Definition

Lists the role assignments for the caller on a customer while fetching user info for each role assignment. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/customers/{customerName}/resolveBillingRoleAssignments
  • Operation Id: BillingRoleAssignments_ResolveByCustomer
  • Default Api Version: 2024-04-01
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.Models.BillingRoleAssignmentListResult> ResolveByCustomerBillingRoleAssignment (Azure.WaitUntil waitUntil, bool? resolveScopeDisplayNames = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ResolveByCustomerBillingRoleAssignment : Azure.WaitUntil * Nullable<bool> * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.Models.BillingRoleAssignmentListResult>
override this.ResolveByCustomerBillingRoleAssignment : Azure.WaitUntil * Nullable<bool> * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.Models.BillingRoleAssignmentListResult>
Public Overridable Function ResolveByCustomerBillingRoleAssignment (waitUntil As WaitUntil, Optional resolveScopeDisplayNames As Nullable(Of Boolean) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of BillingRoleAssignmentListResult)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

resolveScopeDisplayNames
Nullable<Boolean>

Resolves the scope display name for each of the role assignments.

filter
String

The filter query option allows clients to filter a collection of resources that are addressed by a request URL.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to