RoleAssignmentOperationsExtensions.Create 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 role assignment.
public static Microsoft.Azure.Management.Authorization.Models.RoleAssignmentCreateResult Create(this Microsoft.Azure.Management.Authorization.IRoleAssignmentOperations operations, string scope, Guid roleAssignmentName, Microsoft.Azure.Management.Authorization.Models.RoleAssignmentCreateParameters parameters);
static member Create : Microsoft.Azure.Management.Authorization.IRoleAssignmentOperations * string * Guid * Microsoft.Azure.Management.Authorization.Models.RoleAssignmentCreateParameters -> Microsoft.Azure.Management.Authorization.Models.RoleAssignmentCreateResult
<Extension()>
Public Function Create (operations As IRoleAssignmentOperations, scope As String, roleAssignmentName As Guid, parameters As RoleAssignmentCreateParameters) As RoleAssignmentCreateResult
Parameters
- operations
- IRoleAssignmentOperations
Reference to the Microsoft.Azure.Management.Authorization.IRoleAssignmentOperations.
- scope
- String
Required. Scope.
- roleAssignmentName
- Guid
Required. Role assignment name.
- parameters
- RoleAssignmentCreateParameters
Required. Role assignment.
Returns
Role assignments creation results
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET