SqlAgentConfigurationPropertiesState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. SqlAgentConfigurationPropertiesState
- com.
- com.
public final class SqlAgentConfigurationPropertiesState
extends ExpandableStringEnum<SqlAgentConfigurationPropertiesState>
The state of Sql Agent.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Sql |
DISABLED
Disabled. |
|
static final
Sql |
ENABLED
Enabled. |
Constructor Summary
| Constructor | Description |
|---|---|
| SqlAgentConfigurationPropertiesState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromString(String name)
Creates or finds a Sql |
|
static
Collection<Sql |
values()
Gets known Sql |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final SqlAgentConfigurationPropertiesState DISABLED
Disabled.
ENABLED
public static final SqlAgentConfigurationPropertiesState ENABLED
Enabled.
Constructor Details
SqlAgentConfigurationPropertiesState
@Deprecated
public SqlAgentConfigurationPropertiesState()
Deprecated
Creates a new instance of SqlAgentConfigurationPropertiesState value.
Method Details
fromString
public static SqlAgentConfigurationPropertiesState fromString(String name)
Creates or finds a SqlAgentConfigurationPropertiesState from its string representation.
Parameters:
Returns:
values
public static Collection<SqlAgentConfigurationPropertiesState> values()
Gets known SqlAgentConfigurationPropertiesState values.
Returns: