Get Workspace Result
data class GetWorkspaceResult(val endpointUri: String, val id: String, val identity: QuantumWorkspaceResponseIdentity? = null, val location: String, val name: String, val providers: List<ProviderResponse>? = null, val provisioningState: String, val storageAccount: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val usable: String)
The resource proxy definition object for quantum workspace.
Constructors
Link copied to clipboard
fun GetWorkspaceResult(endpointUri: String, id: String, identity: QuantumWorkspaceResponseIdentity? = null, location: String, name: String, providers: List<ProviderResponse>? = null, provisioningState: String, storageAccount: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, usable: String)