RoleDefinition Constructors
Struct Constructors 1 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
Id string The unique identifier for the role definition. Name string The name of the role definition.