GetWorkspaceResult

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
constructor(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URI of the workspace endpoint.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Managed Identity information.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

List of Providers selected for this Workspace

Link copied to clipboard

Provisioning status field

Link copied to clipboard
val storageAccount: String? = null

ARM Resource Id of the storage account associated with this workspace.

Link copied to clipboard

System metadata

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Whether the current workspace is ready to accept Jobs.