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