JobTargetResponse

data class JobTargetResponse(val databaseName: String? = null, val elasticPoolName: String? = null, val membershipType: String? = null, val refreshCredential: String? = null, val serverName: String? = null, val shardMapName: String? = null, val type: String)

A job target, for example a specific database or a container of databases that is evaluated during job execution.

Constructors

Link copied to clipboard
constructor(databaseName: String? = null, elasticPoolName: String? = null, membershipType: String? = null, refreshCredential: String? = null, serverName: String? = null, shardMapName: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val databaseName: String? = null

The target database name.

Link copied to clipboard
val elasticPoolName: String? = null

The target elastic pool name.

Link copied to clipboard
val membershipType: String? = null

Whether the target is included or excluded from the group.

Link copied to clipboard

The resource ID of the credential that is used during job execution to connect to the target and determine the list of databases inside the target.

Link copied to clipboard
val serverName: String? = null

The target server name.

Link copied to clipboard
val shardMapName: String? = null

The target shard map.

Link copied to clipboard

The target type.