RoleDefinition Constructors
StructConstructors1 member
Represents a role definition within an Azure resource.
Constructor(string, string)Section titled Constructor(string, string) Represents a role definition within an Azure resource.
public struct RoleDefinition{ public RoleDefinition( string Id, string Name) { // ... }}Parameters
IdstringThe unique identifier for the role definition.NamestringThe name of the role definition.