BillingDepartmentRoleAssignmentCollection.CreateOrUpdateAsync Method

Definition

Create or update a billing role assignment. The operation is supported only for billing accounts with agreement type Enterprise Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/departments/{departmentName}/billingRoleAssignments/{billingRoleAssignmentName}
  • Operation Id: BillingRoleAssignments_CreateOrUpdateByDepartment
  • Default Api Version: 2024-04-01
  • Resource: BillingDepartmentRoleAssignmentResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.BillingDepartmentRoleAssignmentResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string billingRoleAssignmentName, Azure.ResourceManager.Billing.BillingRoleAssignmentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Billing.BillingRoleAssignmentData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.BillingDepartmentRoleAssignmentResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Billing.BillingRoleAssignmentData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.BillingDepartmentRoleAssignmentResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, billingRoleAssignmentName As String, data As BillingRoleAssignmentData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of BillingDepartmentRoleAssignmentResource))

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.

billingRoleAssignmentName
String

The ID that uniquely identifies a role assignment.

data
BillingRoleAssignmentData

The properties of the billing role assignment.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

billingRoleAssignmentName or data is null.

Applies to