JobStepOutputArgs

data class JobStepOutputArgs(val credential: Output<String>, val databaseName: Output<String>, val resourceGroupName: Output<String>? = null, val schemaName: Output<String>? = null, val serverName: Output<String>, val subscriptionId: Output<String>? = null, val tableName: Output<String>, val type: Output<Either<String, JobStepOutputType>>? = null) : ConvertibleToJava<JobStepOutputArgs>

The output configuration of a job step.

Constructors

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

Properties

Link copied to clipboard
val credential: Output<String>

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

Link copied to clipboard
val databaseName: Output<String>

The output destination database.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The output destination resource group.

Link copied to clipboard
val schemaName: Output<String>? = null

The output destination schema.

Link copied to clipboard
val serverName: Output<String>

The output destination server name.

Link copied to clipboard
val subscriptionId: Output<String>? = null

The output destination subscription id.

Link copied to clipboard
val tableName: Output<String>

The output destination table.

Link copied to clipboard
val type: Output<Either<String, JobStepOutputType>>? = null

The output destination type.

Functions

Link copied to clipboard
open override fun toJava(): JobStepOutputArgs