JobExecutionTarget Class

  • java.lang.Object
    • com.azure.resourcemanager.sql.models.JobExecutionTarget

public final class JobExecutionTarget

The target that a job execution is executed on.

Constructor Summary

Constructor Description
JobExecutionTarget()

Creates an instance of JobExecutionTarget class.

Method Summary

Modifier and Type Method and Description
String databaseName()

Get the databaseName property: The database name.

String serverName()

Get the serverName property: The server name.

JobTargetType type()

Get the type property: The type of the target.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

JobExecutionTarget

public JobExecutionTarget()

Creates an instance of JobExecutionTarget class.

Method Details

databaseName

public String databaseName()

Get the databaseName property: The database name.

Returns:

the databaseName value.

serverName

public String serverName()

Get the serverName property: The server name.

Returns:

the serverName value.

type

public JobTargetType type()

Get the type property: The type of the target.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to