Description | : List ImpactCategory resources by subscription |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "ImpactCategories_ListBySubscription", "$parameters": [ { "#name": "resourceType", "Required": { "new": true, "old": false } } ] }
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Impact/impactCategories
{
api-version:
string
,
subscriptionId:
string
,
categoryName:
string
,
resourceType:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
provisioningState:
enum
,
categoryId:
string
,
parentCategoryId:
string
,
description:
string
,
requiredImpactProperties:
}
[
]
,
{
,
name:
string
,
allowedValues:
}
[
,
string
,
]
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}