![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azurenative.labservices.kotlin.EnvironmentArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-native-kotlin Show documentation
Show all versions of pulumi-azure-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.labservices.kotlin
import com.pulumi.azurenative.labservices.EnvironmentArgs.builder
import com.pulumi.azurenative.labservices.kotlin.inputs.ResourceSetArgs
import com.pulumi.azurenative.labservices.kotlin.inputs.ResourceSetArgsBuilder
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
/**
* Represents an environment instance
* Azure REST API version: 2018-10-15. Prior API version in Azure Native 1.x: 2018-10-15.
* ## Import
* An existing resource can be imported using its type token, name, and identifier, e.g.
* ```sh
* $ pulumi import azure-native:labservices:Environment myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}/environmentsettings/{environmentSettingName}/environments/{environmentName}
* ```
* @property environmentName The name of the environment.
* @property environmentSettingName The name of the environment Setting.
* @property labAccountName The name of the lab Account.
* @property labName The name of the lab.
* @property location The location of the resource.
* @property provisioningState The provisioning status of the resource.
* @property resourceGroupName The name of the resource group.
* @property resourceSets The set of a VM and the setting id it was created for
* @property tags The tags of the resource.
* @property uniqueIdentifier The unique immutable identifier of a resource (Guid).
*/
public data class EnvironmentArgs(
public val environmentName: Output? = null,
public val environmentSettingName: Output? = null,
public val labAccountName: Output? = null,
public val labName: Output? = null,
public val location: Output? = null,
public val provisioningState: Output? = null,
public val resourceGroupName: Output? = null,
public val resourceSets: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy