Job Step Output Response
data class JobStepOutputResponse(val credential: String? = null, 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
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
The output destination schema.
Link copied to clipboard
The output destination server name.
Link copied to clipboard
The output destination subscription id.