com.pulumi.azurenative.scheduler.kotlin.JobCollectionArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.scheduler.kotlin
import com.pulumi.azurenative.scheduler.JobCollectionArgs.builder
import com.pulumi.azurenative.scheduler.kotlin.inputs.JobCollectionPropertiesArgs
import com.pulumi.azurenative.scheduler.kotlin.inputs.JobCollectionPropertiesArgsBuilder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* 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.
* ```sh
* $ pulumi import azure-native:scheduler:JobCollection myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Scheduler/jobCollections/{jobCollectionName}
* ```
* @property jobCollectionName The job collection name.
* @property location Gets or sets the storage account location.
* @property name Gets or sets the job collection resource name.
* @property properties Gets or sets the job collection properties.
* @property resourceGroupName The resource group name.
* @property tags Gets or sets the tags.
*/
public data class JobCollectionArgs(
public val jobCollectionName: Output? = null,
public val location: Output? = null,
public val name: Output? = null,
public val properties: Output? = null,
public val resourceGroupName: Output? = null,
public val tags: Output