Job Target Group Job Target Args
data class JobTargetGroupJobTargetArgs(val databaseName: Output<String>? = null, val elasticPoolName: Output<String>? = null, val jobCredentialId: Output<String>? = null, val membershipType: Output<String>? = null, val serverName: Output<String>, val type: Output<String>? = null) : ConvertibleToJava<JobTargetGroupJobTargetArgs>
Constructors
Properties
Link copied to clipboard
The name of the MS SQL Database.
Link copied to clipboard
The name of the MS SQL Elastic Pool.
Link copied to clipboard
The ID of the job credential to use during execution of jobs.
Link copied to clipboard
The membership type for this job target. Possible values are Include
and Exclude
. Defaults to Include
.
Link copied to clipboard
The name of the MS SQL Server.