WorkspaceResourceProperties interface  
Properties of a Workspace
Properties
| api | 
	Indicator of enablement of the Quantum workspace Api keys.  | 
| endpoint | 
	The URI of the workspace endpoint. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| providers | List of Providers selected for this Workspace  | 
| provisioning | 
	Provisioning status field NOTE: This property will not be serialized. It can only be populated by the server.  | 
| storage | 
	ARM Resource Id of the storage account associated with this workspace.  | 
| usable | Whether the current workspace is ready to accept Jobs. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		apiKeyEnabled
	  
	Indicator of enablement of the Quantum workspace Api keys.
apiKeyEnabled?: boolean
				Property Value
boolean
		endpointUri
	 
	The URI of the workspace endpoint. NOTE: This property will not be serialized. It can only be populated by the server.
endpointUri?: string
				Property Value
string
providers
		provisioningState
	 
	Provisioning status field NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
				Property Value
string
		storageAccount
	 
	ARM Resource Id of the storage account associated with this workspace.
storageAccount?: string
				Property Value
string
usable
Whether the current workspace is ready to accept Jobs. NOTE: This property will not be serialized. It can only be populated by the server.
usable?: string
				Property Value
string