EnablementRules Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. models. EnablementRules
- com.
- com.
public final class EnablementRules
extends ExpandableStringEnum<EnablementRules>
The type of enablement rule.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Enablement |
JUSTIFICATION
Static value Justification for Enablement |
|
static final
Enablement |
MULTI_FACTOR_AUTHENTICATION
Static value Multi |
|
static final
Enablement |
TICKETING
Static value Ticketing for Enablement |
Constructor Summary
| Constructor | Description |
|---|---|
| EnablementRules() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Enablement |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Enablement |
fromString(String name)
Creates or finds a Enablement |
|
static
Collection<Enablement |
values()
Gets known Enablement |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
JUSTIFICATION
public static final EnablementRules JUSTIFICATION
Static value Justification for EnablementRules.
MULTI_FACTOR_AUTHENTICATION
public static final EnablementRules MULTI_FACTOR_AUTHENTICATION
Static value MultiFactorAuthentication for EnablementRules.
TICKETING
public static final EnablementRules TICKETING
Static value Ticketing for EnablementRules.
Constructor Details
EnablementRules
@Deprecated
public EnablementRules()
Deprecated
Creates a new instance of EnablementRules value.
Method Details
fromString
public static EnablementRules fromString(String name)
Creates or finds a EnablementRules from its string representation.
Parameters:
Returns:
values
public static Collection<EnablementRules> values()
Gets known EnablementRules values.
Returns: