Partager via


Authorization.RoleManagementPolicyAssignmentsCreate Method

Definition

Create a role management policy assignment

public System.Threading.Tasks.Task RoleManagementPolicyAssignmentsCreate (string scope, string roleManagementPolicyAssignmentName, Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyAssignment body, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyAssignment>,System.Threading.Tasks.Task> onCreated, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.ICloudError>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.ISendAsync sender);
member this.RoleManagementPolicyAssignmentsCreate : string * string * Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyAssignment * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyAssignment>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.ICloudError>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function RoleManagementPolicyAssignmentsCreate (scope As String, roleManagementPolicyAssignmentName As String, body As IRoleManagementPolicyAssignment, onCreated As Func(Of HttpResponseMessage, Task(Of IRoleManagementPolicyAssignment), Task), onDefault As Func(Of HttpResponseMessage, Task(Of ICloudError), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

scope
String

The scope of the role management policy assignment to upsert.

roleManagementPolicyAssignmentName
String

The name of format {guid_guid} the role management policy assignment to upsert.

body
IRoleManagementPolicyAssignment

Parameters for the role management policy assignment.

onCreated
Func<HttpResponseMessage,Task<IRoleManagementPolicyAssignment>,Task>

a delegate that is called when the remote service returns 201 (Created).

onDefault
Func<HttpResponseMessage,Task<ICloudError>,Task>

a delegate that is called when the remote service returns default (any response code not handled elsewhere).

eventListener
IEventListener

an IEventListener instance that will receive events.

sender
ISendAsync

an instance of an Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.ISendAsync pipeline to use to make the request.

Returns

A Task that will be complete when handling of the response is completed.

Applies to