JobStepOutputResponse

data class JobStepOutputResponse(val credential: String, val databaseName: String, val resourceGroupName: String? = null, val schemaName: String? = null, val serverName: String, val subscriptionId: String? = null, val tableName: String, val type: String? = null)

The output configuration of a job step.

Constructors

Link copied to clipboard
constructor(credential: String, databaseName: String, resourceGroupName: String? = null, schemaName: String? = null, serverName: String, subscriptionId: String? = null, tableName: String, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource ID of the credential to use to connect to the output destination.

Link copied to clipboard

The output destination database.

Link copied to clipboard

The output destination resource group.

Link copied to clipboard
val schemaName: String? = null

The output destination schema.

Link copied to clipboard

The output destination server name.

Link copied to clipboard
val subscriptionId: String? = null

The output destination subscription id.

Link copied to clipboard

The output destination table.

Link copied to clipboard
val type: String? = null

The output destination type.