Class JobExecutionTarget
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.JobExecutionTarget
-
public final class JobExecutionTarget extends Object
The target that a job execution is executed on.
-
-
Constructor Summary
Constructors Constructor Description JobExecutionTarget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdatabaseName()Get the databaseName property: The database name.StringserverName()Get the serverName property: The server name.JobTargetTypetype()Get the type property: The type of the target.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
type
public JobTargetType type()
Get the type property: The type of the target.- Returns:
- the type value.
-
serverName
public String serverName()
Get the serverName property: The server name.- Returns:
- the serverName value.
-
databaseName
public String 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.
-
-