Class SqlAgentConfigurationInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.SqlAgentConfigurationInner
public final class SqlAgentConfigurationInner
extends com.azure.core.management.ProxyResource
A recoverable managed database resource.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SqlAgentConfigurationInner class. -
Method Summary
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
SqlAgentConfigurationInner
public SqlAgentConfigurationInner()Creates an instance of SqlAgentConfigurationInner 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 SqlAgentConfigurationInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-