Get Job Definition Result
data class GetJobDefinitionResult(val azureApiVersion: String, val customerSecrets: List<CustomerSecretResponse>? = null, val dataServiceInput: Any? = null, val dataSinkId: String, val dataSourceId: String, val id: String, val lastModifiedTime: String? = null, val name: String, val runLocation: String? = null, val schedules: List<ScheduleResponse>? = null, val state: String, val type: String, val userConfirmation: String? = null)
Job Definition.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, customerSecrets: List<CustomerSecretResponse>? = null, dataServiceInput: Any? = null, dataSinkId: String, dataSourceId: String, id: String, lastModifiedTime: String? = null, name: String, runLocation: String? = null, schedules: List<ScheduleResponse>? = null, state: String, type: String, userConfirmation: String? = null)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
List of customer secrets containing a key identifier and key value. The key identifier is a way for the specific data source to understand the key. Value contains customer secret encrypted by the encryptionKeys.
Link copied to clipboard
A generic json used differently by each data service type.
Link copied to clipboard
Data Sink Id associated to the job definition.
Link copied to clipboard
Data Source Id associated to the job definition.
Link copied to clipboard
Last modified time of the job definition.
Link copied to clipboard
This is the preferred geo location for the job to run.
Link copied to clipboard
Schedule for running the job definition
Link copied to clipboard
Enum to detect if user confirmation is required. If not passed will default to NotRequired.