Class EnablementRules
java.lang.Object
com.azure.core.util.ExpandableStringEnum<EnablementRules>
com.azure.resourcemanager.authorization.models.EnablementRules
public final class EnablementRules
extends com.azure.core.util.ExpandableStringEnum<EnablementRules>
The type of enablement rule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EnablementRulesStatic value Justification for EnablementRules.static final EnablementRulesStatic value MultiFactorAuthentication for EnablementRules.static final EnablementRulesStatic value Ticketing for EnablementRules. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EnablementRulesfromString(String name) Creates or finds a EnablementRules from its string representation.static Collection<EnablementRules>values()Gets known EnablementRules values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
MULTI_FACTOR_AUTHENTICATION
Static value MultiFactorAuthentication for EnablementRules. -
JUSTIFICATION
Static value Justification for EnablementRules. -
TICKETING
Static value Ticketing for EnablementRules.
-
-
Constructor Details
-
EnablementRules
Deprecated.Use thefromString(String)factory method.Creates a new instance of EnablementRules value.
-
-
Method Details
-
fromString
Creates or finds a EnablementRules from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding EnablementRules.
-
values
Gets known EnablementRules values.- Returns:
- known EnablementRules values.
-
fromString(String)factory method.