EnvironmentSetting

class EnvironmentSetting : KotlinCustomResource

Represents settings of an environment, from which environment instances would be created 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}

Properties

Link copied to clipboard

Describes the user's progress in configuring their environment setting

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

Describes the environment and its resource settings

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastChanged: Output<String>

Time when the template VM was last changed.

Link copied to clipboard
val lastPublished: Output<String>

Time when the template VM was last sent for publishing.

Link copied to clipboard

The details of the latest operation. ex: status, error

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

The location of the resource.

Link copied to clipboard
val name: Output<String>

The name of the resource.

Link copied to clipboard

The provisioning status of the resource.

Link copied to clipboard
val publishingState: Output<String>

Describes the readiness of this environment setting

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The resource specific settings

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

The tags of the resource.

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

Brief title describing the environment and its resource settings

Link copied to clipboard
val type: Output<String>

The type of the resource.

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

The unique immutable identifier of a resource (Guid).

Link copied to clipboard
val urn: Output<String>