Skip to content
Docs Try Aspire

RoleDefinition Constructors

Struct Constructors 1 member
Represents a role definition within an Azure resource.
Represents a role definition within an Azure resource.
public struct RoleDefinition
{
public RoleDefinition(
string Id,
string Name)
{
// ...
}
}
Id string The unique identifier for the role definition.
Name string The name of the role definition.