JobCollectionArgs

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.

Import

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

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

Constructors

Link copied to clipboard
constructor(jobCollectionName: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, properties: Output<JobCollectionPropertiesArgs>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

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

The job collection name.

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

Gets or sets the storage account location.

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

Gets or sets the job collection resource name.

Link copied to clipboard

Gets or sets the job collection properties.

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

The resource group name.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Gets or sets the tags.

Functions

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