RoleAssignmentCollection.CreateOrUpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Authorization.RoleAssignmentResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string roleAssignmentName, Azure.ResourceManager.Authorization.Models.RoleAssignmentCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Authorization.Models.RoleAssignmentCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Authorization.RoleAssignmentResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Authorization.Models.RoleAssignmentCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Authorization.RoleAssignmentResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, roleAssignmentName As String, content As RoleAssignmentCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
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
Azure SDK for .NET