| Description | : Gets the list of Workspaces within a Subscription. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Workspaces_ListBySubscription",
"$responses": {
"200": {
"$properties": {
"value": {
"$properties": {
"properties": [
{
"#name": "quotas",
"Description": {
"new": "DEPRECATED: This field is deprecated and will be removed in future versions. Please use the quotas under providers instead.",
"old": "Quota allocations associated with this workspace. Available only for special providers."
}
}
]
}
}
}
}
}
}
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Quantum/workspaces
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
providers:
[
]
,
{
,
providerId:
string
,
providerSku:
string
,
instanceUri:
string
,
applicationName:
string
,
provisioningState:
enum
,
resourceUsageId:
string
,
}
usable:
enum
,
provisioningState:
enum
,
storageAccount:
string
,
workspaceKind:
enum
,
endpointUri:
string
,
apiKeyEnabled:
boolean
,
managedOnBehalfOfConfiguration:
{
,
moboBrokerResources:
}
[
]
,
{
,
id:
string
,
}
managedStorageAccount:
string
,
quotas:
}
{
,
standardMinutesLifetime:
integer
,
highMinutesLifetime:
integer
,
}
identity:
}
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}