RoleAssignmentOperationsExtensions.Get 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.
Get single role assignment.
public static Microsoft.Azure.Management.Authorization.Models.RoleAssignmentGetResult Get(this Microsoft.Azure.Management.Authorization.IRoleAssignmentOperations operations, string scope, Guid roleAssignmentName);
static member Get : Microsoft.Azure.Management.Authorization.IRoleAssignmentOperations * string * Guid -> Microsoft.Azure.Management.Authorization.Models.RoleAssignmentGetResult
<Extension()>
Public Function Get (operations As IRoleAssignmentOperations, scope As String, roleAssignmentName As Guid) As RoleAssignmentGetResult
Parameters
- operations
- IRoleAssignmentOperations
Reference to the Microsoft.Azure.Management.Authorization.IRoleAssignmentOperations.
- scope
- String
Required. Scope.
- roleAssignmentName
- Guid
Required. Role assignment name.
Returns
Role assignment get operation result.