RoleDefinition
Struct net8.0
Represents a role definition within an Azure resource.
namespace Aspire.Hosting.Azure;
public sealed struct RoleDefinition : System.IEquatable<Aspire.Hosting.Azure.RoleDefinition>{ // ...} IEquatable<RoleDefinition>
10 members
Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesIdget; setstringThe unique identifier for the role definition.
Nameget; setstringThe name of the role definition.
Methods7
Section titled MethodsDeconstruct(string, string)Equals(object)boolIndicates whether this instance and a specified object are equal.
Equals(RoleDefinition)boolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintReturns the hash code for this instance.
op_Equality(RoleDefinition, RoleDefinition)staticboolop_Inequality(RoleDefinition, RoleDefinition)staticboolToStringstringReturns the fully qualified type name of this instance.