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
Static value False for Is |
|
static final
Is |
TRUE
Static value True for Is |
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
Static value False for IsEnabled.
TRUE
public static final IsEnabled TRUE
Static value True for IsEnabled.
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: