AuthorizationClient.RemoveRoleAssignment 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.
Deletes a role assignments based on the used options.
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment> RemoveRoleAssignment (Microsoft.Azure.Commands.Resources.Models.Authorization.FilterRoleAssignmentsOptions options, string subscriptionId);
member this.RemoveRoleAssignment : Microsoft.Azure.Commands.Resources.Models.Authorization.FilterRoleAssignmentsOptions * string -> seq<Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment>
Public Function RemoveRoleAssignment (options As FilterRoleAssignmentsOptions, subscriptionId As String) As IEnumerable(Of PSRoleAssignment)
Parameters
- options
- FilterRoleAssignmentsOptions
The role assignment filtering options
- subscriptionId
- String
Current subscription id
Returns
The deleted role assignments