GetLabAccountResult

data class GetLabAccountResult(val enabledRegionSelection: Boolean? = null, val id: String, val latestOperationResult: LatestOperationResultResponse, val location: String? = null, val name: String, val provisioningState: String? = null, val sizeConfiguration: SizeConfigurationPropertiesResponse, val tags: Map<String, String>? = null, val type: String, val uniqueIdentifier: String? = null)

Represents a lab account.

Constructors

Link copied to clipboard
constructor(enabledRegionSelection: Boolean? = null, id: String, latestOperationResult: LatestOperationResultResponse, location: String? = null, name: String, provisioningState: String? = null, sizeConfiguration: SizeConfigurationPropertiesResponse, tags: Map<String, String>? = null, type: String, uniqueIdentifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents if region selection is enabled

Link copied to clipboard
val id: String

The identifier of the resource.

Link copied to clipboard

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

Link copied to clipboard
val location: String? = null

The location of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The provisioning status of the resource.

Link copied to clipboard

Represents the size configuration under the lab account

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

The tags of the resource.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The unique immutable identifier of a resource (Guid).