Get Lab Result
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)
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
The ID of the Key used for this Dev Test Lab.
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
The unique immutable identifier of the Dev Test Lab.