Class JobExecutionTarget
java.lang.Object
com.azure.resourcemanager.sql.models.JobExecutionTarget
The target that a job execution is executed on.
-
Constructor Details
-
JobExecutionTarget
public JobExecutionTarget()Creates an instance of JobExecutionTarget class.
-
-
Method Details
-
type
Get the type property: The type of the target.- Returns:
- the type value.
-
serverName
Get the serverName property: The server name.- Returns:
- the serverName value.
-
databaseName
Get the databaseName property: The database name.- Returns:
- the databaseName value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-