Get Workspace Result
data class GetWorkspaceResult(val id: String, val location: String, val managedDiskIdentities: List<GetWorkspaceManagedDiskIdentity>, val name: String, val resourceGroupName: String, val sku: String, val storageAccountIdentities: List<GetWorkspaceStorageAccountIdentity>, val tags: Map<String, String>? = null, val workspaceId: String, val workspaceUrl: String)
A collection of values returned by getWorkspace.
Constructors
Link copied to clipboard
fun GetWorkspaceResult(id: String, location: String, managedDiskIdentities: List<GetWorkspaceManagedDiskIdentity>, name: String, resourceGroupName: String, sku: String, storageAccountIdentities: List<GetWorkspaceStorageAccountIdentity>, tags: Map<String, String>? = null, workspaceId: String, workspaceUrl: String)