SqlAgentConfigurationProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. SqlAgentConfigurationProperties
- com.
Implements
public final class SqlAgentConfigurationProperties
implements JsonSerializable<SqlAgentConfigurationProperties>
Sql agent configuration properties.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlAgentConfigurationProperties() |
Creates an instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
|
Sql |
state()
Get the state property: The state of Sql Agent. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Sql |
withState(SqlAgentConfigurationPropertiesState state)
Set the state property: The state of Sql Agent. |
Methods inherited from java.lang.Object
Constructor Details
SqlAgentConfigurationProperties
public SqlAgentConfigurationProperties()
Creates an instance of SqlAgentConfigurationProperties class.
Method Details
fromJson
public static SqlAgentConfigurationProperties fromJson(JsonReader jsonReader)
Reads an instance of SqlAgentConfigurationProperties from the JsonReader.
Parameters:
Returns:
Throws:
state
public SqlAgentConfigurationPropertiesState state()
Get the state property: The state of Sql Agent.
Returns:
toJson
validate
public void validate()
Validates the instance.
withState
public SqlAgentConfigurationProperties withState(SqlAgentConfigurationPropertiesState state)
Set the state property: The state of Sql Agent.
Parameters:
Returns: