Class JobExecutionTarget
java.lang.Object
com.microsoft.azure.management.sql.JobExecutionTarget
The target that a job execution is executed on.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the database name.Get the server name.type()
Get the type of the target.
-
Constructor Details
-
JobExecutionTarget
public JobExecutionTarget()
-
-
Method Details
-
type
Get the type of the target. Possible values include: 'TargetGroup', 'SqlDatabase', 'SqlElasticPool', 'SqlShardMap', 'SqlServer'.- Returns:
- the type value
-
serverName
Get the server name.- Returns:
- the serverName value
-
databaseName
Get the database name.- Returns:
- the databaseName value
-