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
fun GetLabResult(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)