BillingDepartmentRoleAssignmentCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.BillingDepartmentRoleAssignmentResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string billingRoleAssignmentName, Azure.ResourceManager.Billing.BillingRoleAssignmentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Billing.BillingRoleAssignmentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.BillingDepartmentRoleAssignmentResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Billing.BillingRoleAssignmentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.BillingDepartmentRoleAssignmentResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, billingRoleAssignmentName As String, data As BillingRoleAssignmentData, Optional cancellationToken As CancellationToken = Nothing) As 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