RoleAssignmentCollection.CreateOrUpdate Method

Definition

Create or update a role assignment by scope and name.

  • Request Path: /{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
  • Operation Id: RoleAssignments_Create
  • Default Api Version: 2022-04-01
  • Resource: RoleAssignmentResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Authorization.RoleAssignmentResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string roleAssignmentName, Azure.ResourceManager.Authorization.Models.RoleAssignmentCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Authorization.Models.RoleAssignmentCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Authorization.RoleAssignmentResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Authorization.Models.RoleAssignmentCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Authorization.RoleAssignmentResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, roleAssignmentName As String, content As RoleAssignmentCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of RoleAssignmentResource)

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.

roleAssignmentName
String

The name of the role assignment. It can be any valid GUID.

content
RoleAssignmentCreateOrUpdateContent

Parameters for the role assignment.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

roleAssignmentName or content is null.

Applies to