GetJobDefinitionResult

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)

Types

Link copied to clipboard
object Companion

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
val dataServiceInput: Any? = null

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
val id: String

Id of the object.

Link copied to clipboard

Last modified time of the job definition.

Link copied to clipboard

Name of the object.

Link copied to clipboard
val runLocation: String? = null

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

State of the job definition.

Link copied to clipboard

Type of the object.

Link copied to clipboard

Enum to detect if user confirmation is required. If not passed will default to NotRequired.