Skip to content
DocsTry Aspire
DocsTry

RoleDefinition Constructors

StructConstructors1 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)
{
// ...
}
}
IdstringThe unique identifier for the role definition.
NamestringThe name of the role definition.