JobArgs

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>

Azure REST API version: 2016-03-01. Prior API version in Azure Native 1.x: 2016-03-01.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:scheduler:Job myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Scheduler/jobCollections/{jobCollectionName}/jobs/{jobName}

Constructors

Link copied to clipboard
fun JobArgs(jobCollectionName: Output<String>? = null, jobName: Output<String>? = null, properties: Output<JobPropertiesArgs>? = null, resourceGroupName: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): JobArgs

Properties

Link copied to clipboard
val jobCollectionName: Output<String>? = null

The job collection name.

Link copied to clipboard
val jobName: Output<String>? = null

The job name.

Link copied to clipboard
val properties: Output<JobPropertiesArgs>? = null

Gets or sets the job properties.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The resource group name.