LabAccount

class LabAccount : KotlinCustomResource

Represents a lab account. 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:LabAccount myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}

Properties

Link copied to clipboard

Represents if region selection is enabled

Link copied to clipboard
val id: Output<String>
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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Represents the size configuration under the lab account

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

The tags of the resource.

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>