Class SqlAgentConfigurationProperties
java.lang.Object
com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationProperties
Sql agent configuration properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SqlAgentConfigurationProperties class. -
Method Summary
-
Constructor Details
-
SqlAgentConfigurationProperties
public SqlAgentConfigurationProperties()Creates an instance of SqlAgentConfigurationProperties class.
-
-
Method Details
-
state
Get the state property: The state of Sql Agent.- Returns:
- the state value.
-
withState
Set the state property: The state of Sql Agent.- Parameters:
state- the state value to set.- Returns:
- the SqlAgentConfigurationProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-