RoleAssignment Constructors
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.
Overloads
RoleAssignment() | |
RoleAssignment(String, String, String, RoleAssignmentPropertiesWithScope) |
RoleAssignment()
public RoleAssignment ();
Public Sub New ()
Applies to
RoleAssignment(String, String, String, RoleAssignmentPropertiesWithScope)
public RoleAssignment (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Authorization.Version2015_07_01.Models.RoleAssignmentPropertiesWithScope properties = default);
new Microsoft.Azure.Management.Authorization.Version2015_07_01.Models.RoleAssignment : string * string * string * Microsoft.Azure.Management.Authorization.Version2015_07_01.Models.RoleAssignmentPropertiesWithScope -> Microsoft.Azure.Management.Authorization.Version2015_07_01.Models.RoleAssignment
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As RoleAssignmentPropertiesWithScope = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- properties
- RoleAssignmentPropertiesWithScope