EnvironmentSettingArgs

data class EnvironmentSettingArgs(val configurationState: Output<Either<String, ConfigurationState>>? = null, val description: Output<String>? = null, val environmentSettingName: Output<String>? = null, val labAccountName: Output<String>? = null, val labName: Output<String>? = null, val location: Output<String>? = null, val provisioningState: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceSettings: Output<ResourceSettingsArgs>? = null, val tags: Output<Map<String, String>>? = null, val title: Output<String>? = null, val uniqueIdentifier: Output<String>? = null) : ConvertibleToJava<EnvironmentSettingArgs>

Represents settings of an environment, from which environment instances would be created Uses Azure REST API version 2018-10-15. In version 1.x of the Azure Native provider, it used API version 2018-10-15.

Import

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

$ pulumi import azure-native:labservices:EnvironmentSetting myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}/environmentsettings/{environmentSettingName}

Constructors

Link copied to clipboard
constructor(configurationState: Output<Either<String, ConfigurationState>>? = null, description: Output<String>? = null, environmentSettingName: Output<String>? = null, labAccountName: Output<String>? = null, labName: Output<String>? = null, location: Output<String>? = null, provisioningState: Output<String>? = null, resourceGroupName: Output<String>? = null, resourceSettings: Output<ResourceSettingsArgs>? = null, tags: Output<Map<String, String>>? = null, title: Output<String>? = null, uniqueIdentifier: Output<String>? = null)

Properties

Link copied to clipboard
val configurationState: Output<Either<String, ConfigurationState>>? = null

Describes the user's progress in configuring their environment setting

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

Describes the environment and its resource settings

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

The name of the environment Setting.

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

The name of the lab Account.

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

The name of the lab.

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

The location of the resource.

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

The provisioning status of the resource.

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

The name of the resource group.

Link copied to clipboard

The resource specific settings

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

The tags of the resource.

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

Brief title describing the environment and its resource settings

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

The unique immutable identifier of a resource (Guid).

Functions

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