RoleAssignmentEnablementRuleType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of enablement rule.
public readonly struct RoleAssignmentEnablementRuleType : IEquatable<Azure.ResourceManager.Authorization.Models.RoleAssignmentEnablementRuleType>
type RoleAssignmentEnablementRuleType = struct
Public Structure RoleAssignmentEnablementRuleType
Implements IEquatable(Of RoleAssignmentEnablementRuleType)
- Inheritance
-
RoleAssignmentEnablementRuleType
- Implements
Constructors
RoleAssignmentEnablementRuleType(String) |
Initializes a new instance of RoleAssignmentEnablementRuleType. |
Properties
Justification |
Justification. |
MultiFactorAuthentication |
MultiFactorAuthentication. |
Ticketing |
Ticketing. |
Methods
Equals(RoleAssignmentEnablementRuleType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(RoleAssignmentEnablementRuleType, RoleAssignmentEnablementRuleType) |
Determines if two RoleAssignmentEnablementRuleType values are the same. |
Implicit(String to RoleAssignmentEnablementRuleType) |
Converts a string to a RoleAssignmentEnablementRuleType. |
Inequality(RoleAssignmentEnablementRuleType, RoleAssignmentEnablementRuleType) |
Determines if two RoleAssignmentEnablementRuleType values are not the same. |