IsEnabled Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. IsEnabled
- com.
- com.
public final class IsEnabled
extends ExpandableStringEnum<IsEnabled>
Indicates whether the extension is enabled.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Is |
FALSE
Indicates the extension is disabled. |
|
static final
Is |
TRUE
Indicates the extension is enabled. |
Constructor Summary
| Constructor | Description |
|---|---|
| IsEnabled() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Is |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Is |
fromString(String name)
Creates or finds a Is |
|
static
Collection<Is |
values()
Gets known Is |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final IsEnabled FALSE
Indicates the extension is disabled.
TRUE
public static final IsEnabled TRUE
Indicates the extension is enabled.
Constructor Details
IsEnabled
@Deprecated
public IsEnabled()
Deprecated
Creates a new instance of IsEnabled value.
Method Details
fromString
public static IsEnabled fromString(String name)
Creates or finds a IsEnabled from its string representation.
Parameters:
Returns:
values
public static Collection<IsEnabled> values()
Gets known IsEnabled values.
Returns: