Partager via


Authorization.RoleManagementPolicyAssignmentsCreateViaIdentity Method

Definition

Create a role management policy assignment

public System.Threading.Tasks.Task RoleManagementPolicyAssignmentsCreateViaIdentity (string viaIdentity, 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.RoleManagementPolicyAssignmentsCreateViaIdentity : 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 RoleManagementPolicyAssignmentsCreateViaIdentity (viaIdentity 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

viaIdentity
String
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