Environment

class Environment : KotlinCustomResource

Represents an environment instance 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:Environment myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}/environmentsettings/{environmentSettingName}/environments/{environmentName}

Properties

Link copied to clipboard

The name or email address of the user who has claimed the environment

Link copied to clipboard

The AAD object Id of the user who has claimed the environment

Link copied to clipboard

The user principal Id of the user who has claimed the environment

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val isClaimed: Output<Boolean>

Is the environment claimed or not

Link copied to clipboard

Last known power state of the environment

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

Network details of the environment

Link copied to clipboard

When the password was last reset on the environment.

Link copied to clipboard

The provisioning status of the resource.

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

The set of a VM and the setting id it was created for

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

The tags of the resource.

Link copied to clipboard
val totalUsage: Output<String>

How long the environment has been used by a lab user

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>