JobExecutionTarget Class

  • java.lang.Object
    • com.microsoft.azure.management.sql.JobExecutionTarget

public class JobExecutionTarget

The target that a job execution is executed on.

Constructor Summary

Constructor Description
JobExecutionTarget()

Method Summary

Modifier and Type Method and Description
java.lang.String databaseName()

Get the database name.

java.lang.String serverName()

Get the server name.

JobTargetType type()

Get the type of the target.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

JobExecutionTarget

public JobExecutionTarget()

Method Details

databaseName

public String databaseName()

Get the database name.

Returns:

the databaseName value

serverName

public String serverName()

Get the server name.

Returns:

the serverName value

type

public JobTargetType type()

Get the type of the target. Possible values include: 'TargetGroup', 'SqlDatabase', 'SqlElasticPool', 'SqlShardMap', 'SqlServer'.

Returns:

the type value

Applies to