RoleDefinition Methods
Struct Methods 7 members
Represents a role definition within an Azure resource.
Deconstruct(string, string) Section titled Deconstruct(string, string) public struct RoleDefinition{ public readonly void Deconstruct( out string Id, out string Name) { // ... }}Parameters
Id string Name string Indicates whether this instance and a specified object are equal.
public struct RoleDefinition{ public override readonly bool Equals( object obj) { // ... }}Parameters
obj object The object to compare with the current instance. Returns
bool true if obj and this instance are the same type and represent the same value; otherwise, false. Indicates whether the current object is equal to another object of the same type.
public struct RoleDefinition{ public readonly bool Equals( RoleDefinition other) { // ... }}Parameters
other RoleDefinition An object to compare with this object. Returns
bool true if the current object is equal to the other parameter; otherwise, false. Returns the hash code for this instance.
public struct RoleDefinition{ public override readonly int GetHashCode() { // ... }}Returns
int A 32-bit signed integer that is the hash code for this instance. op_Equality(RoleDefinition, RoleDefinition) Section titled op_Equality(RoleDefinition, RoleDefinition) static bool public struct RoleDefinition{ public static bool operator ==( RoleDefinition left, RoleDefinition right) { // ... }}Parameters
left RoleDefinition right RoleDefinition op_Inequality(RoleDefinition, RoleDefinition) Section titled op_Inequality(RoleDefinition, RoleDefinition) static bool public struct RoleDefinition{ public static bool operator !=( RoleDefinition left, RoleDefinition right) { // ... }}Parameters
left RoleDefinition right RoleDefinition Returns the fully qualified type name of this instance.
public struct RoleDefinition{ public override readonly string ToString() { // ... }}Returns
string The fully qualified type name.