RoleDefinition Methods
StructMethods7 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
IdstringNamestringIndicates whether this instance and a specified object are equal.
public struct RoleDefinition{ public override readonly bool Equals( object obj) { // ... }}Parameters
objobjectThe object to compare with the current instance.Returns
booltrue 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
otherRoleDefinitionAn object to compare with this object.Returns
booltrue 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
intA 32-bit signed integer that is the hash code for this instance.op_Equality(RoleDefinition, RoleDefinition)Section titled op_Equality(RoleDefinition, RoleDefinition)staticboolpublic struct RoleDefinition{ public static bool operator ==( RoleDefinition left, RoleDefinition right) { // ... }}Parameters
leftRoleDefinitionrightRoleDefinitionop_Inequality(RoleDefinition, RoleDefinition)Section titled op_Inequality(RoleDefinition, RoleDefinition)staticboolpublic struct RoleDefinition{ public static bool operator !=( RoleDefinition left, RoleDefinition right) { // ... }}Parameters
leftRoleDefinitionrightRoleDefinitionReturns the fully qualified type name of this instance.
public struct RoleDefinition{ public override readonly string ToString() { // ... }}Returns
stringThe fully qualified type name.