Package-level declarations
Types
Link copied to clipboard
data class CustomerSecretResponse(val algorithm: String, val keyIdentifier: String, val keyValue: String)
The pair of customer secret.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.
Link copied to clipboard
Schedule for the job run.
Link copied to clipboard
The sku type.