Description | : Lists all devcenters in a subscription. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/devcenters
{
api-version:
string
,
subscriptionId:
string
,
$top:
integer
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
provisioningState:
enum
,
devCenterUri:
string
,
}
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
,
}