Get Lab Account Result
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)
Properties
Link copied to clipboard
Represents if region selection is enabled
Link copied to clipboard
The details of the latest operation. ex: status, error
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
The unique immutable identifier of a resource (Guid).