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
Static value Disabled for Sql |
static final
Sql |
ENABLED
Static value Enabled for Sql |
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
Static value Disabled for SqlAgentConfigurationPropertiesState.
ENABLED
public static final SqlAgentConfigurationPropertiesState ENABLED
Static value Enabled for SqlAgentConfigurationPropertiesState.
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
Gets known SqlAgentConfigurationPropertiesState values.
Returns:
Applies to
Azure SDK for Java