| Description | : List the operations for the provider |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Operations_List",
"Description": {
"new": "List the operations for the provider",
"old": "Lists the operations available from this provider."
},
"$parameters": [
{
"#name": "api-version",
"Description": {
"new": "The API version to use for this operation.",
"old": "The client API version."
}
}
]
}
⚼ Request
GET:
/providers/Microsoft.AppConfiguration/operations
{
api-version:
string
,
$skipToken:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
name:
string
,
isDataAction:
boolean
,
display:
{
,
provider:
string
,
resource:
string
,
operation:
string
,
description:
string
,
}
origin:
string
,
properties:
}
{
,
serviceSpecification:
}
{
,
logSpecifications:
[
]
,
{
,
name:
string
,
displayName:
string
,
blobDuration:
string
,
}
metricSpecifications:
}
[
]
,
{
,
name:
string
,
displayName:
string
,
displayDescription:
string
,
unit:
string
,
aggregationType:
string
,
internalMetricName:
string
,
dimensions:
[
]
,
{
,
name:
string
,
displayName:
string
,
internalName:
string
,
}
fillGapWithZero:
boolean
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}