| Description | : List by subscription |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Contexts_ListBySubscription",
"$responses": {
"200": {
"$properties": {
"value": {
"$properties": {
"properties": [
{
"capabilities": {
"Description": {
"new": "Capability, to match in Solution Templates and Targets",
"old": "Capability, to match in Solution Templates & Targets"
}
}
}
]
}
}
}
}
}
}
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Edge/contexts
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
capabilities:
[
]
,
{
,
name:
string
,
description:
string
,
state:
enum
,
}
hierarchies:
[
]
,
{
,
name:
string
,
description:
string
,
}
provisioningState:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}