你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BillingInvoiceSectionResource.ResolveByInvoiceSectionBillingRoleAssignmentAsync Method

Definition

Lists the role assignments for the caller on an invoice section while fetching user info for each role assignment. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement.

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