GetLabResult

data class GetLabResult(val artifactsStorageAccountId: String, val defaultPremiumStorageAccountId: String, val defaultStorageAccountId: String, val id: String, val keyVaultId: String, val location: String, val name: String, val premiumDataDiskStorageAccountId: String, val resourceGroupName: String, val storageType: String, val tags: Map<String, String>, val uniqueIdentifier: String)

A collection of values returned by getLab.

Constructors

Link copied to clipboard
constructor(artifactsStorageAccountId: String, defaultPremiumStorageAccountId: String, defaultStorageAccountId: String, id: String, keyVaultId: String, location: String, name: String, premiumDataDiskStorageAccountId: String, resourceGroupName: String, storageType: String, tags: Map<String, String>, uniqueIdentifier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Storage Account used for Artifact Storage.

Link copied to clipboard

The ID of the Default Premium Storage Account for this Dev Test Lab.

Link copied to clipboard

The ID of the Default Storage Account for this Dev Test Lab.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The ID of the Key used for this Dev Test Lab.

Link copied to clipboard

The Azure location where the Dev Test Lab exists.

Link copied to clipboard
Link copied to clipboard

The ID of the Storage Account used for Storage of Premium Data Disk.

Link copied to clipboard
Link copied to clipboard

The type of storage used by the Dev Test Lab.

Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

The unique immutable identifier of the Dev Test Lab.