Package-level declarations
Types
Link copied to clipboard
data class JobArgs(val jobCollectionName: Output<String>? = null, val jobName: Output<String>? = null, val properties: Output<JobPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<JobArgs>
Uses Azure REST API version 2016-03-01. In version 2.x of the Azure Native provider, it used API version 2016-03-01.
Link copied to clipboard
class JobArgsBuilder
Builder for JobArgs.
Link copied to clipboard
Uses Azure REST API version 2016-03-01. In version 2.x of the Azure Native provider, it used API version 2016-03-01.
Link copied to clipboard
data class JobCollectionArgs(val jobCollectionName: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val properties: Output<JobCollectionPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<JobCollectionArgs>
Uses Azure REST API version 2016-03-01. In version 2.x of the Azure Native provider, it used API version 2016-03-01.
Link copied to clipboard
class JobCollectionArgsBuilder
Builder for JobCollectionArgs.
Link copied to clipboard
Link copied to clipboard
Builder for JobCollection.
Link copied to clipboard
class JobResourceBuilder
Builder for Job.
Link copied to clipboard
object SchedulerFunctions
Functions
Link copied to clipboard
suspend fun jobCollection(name: String, block: suspend JobCollectionResourceBuilder.() -> Unit): JobCollection