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
data class GetDataManagerResult(val etag: String? = null, val id: String, val location: String, val name: String, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String)
The DataManager resource.
Link copied to clipboard
data class GetDataStoreResult(val customerSecrets: List<CustomerSecretResponse>? = null, val dataStoreTypeId: String, val extendedProperties: Any? = null, val id: String, val name: String, val repositoryId: String? = null, val state: String, val type: String)
Data store.
Link copied to clipboard
data class GetJobDefinitionResult(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.