| Description | : List the operations for the provider |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Operations_List",
"Description": {
"new": "List the operations for the provider",
"old": "Lists all of the available API operations for peering resources."
},
"$parameters": [
{
"#name": "api-version",
"Description": {
"new": "The API version to use for this operation.",
"old": "The client API version."
}
}
],
"$responses": {
"default": {
"Description": {
"new": "Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).",
"old": "The error response that indicates why an operation has failed."
},
"$properties": [
{
"#name": "error",
"Description": {
"new": "The error object.",
"old": "The error detail that describes why an operation has failed."
},
"$properties": {
"@added_863f34fe52e142c681bdde821fe1e608": {
"#name": "target",
"Description": "The error target.",
"Required": false,
"Type": "string"
},
"@added_17ac28a0978e45119e323fc41883e6de": {
"#name": "details",
"Description": "The error details.",
"Required": false,
"Type": "array",
"$items": {
"Type": "string"
}
},
"@added_6129ddd35d6f45a0aa8e744a7346840d": {
"#name": "additionalInfo",
"Description": "The error additional info.",
"Required": false,
"Type": "array",
"$items": {
"Description": "The resource management error additional info.",
"Type": "object",
"$properties": [
{
"#name": "type",
"Description": "The additional info type.",
"Required": false,
"Type": "string"
},
{
"#name": "info",
"Description": "The additional info.",
"Required": false,
"Type": "object"
}
]
}
}
}
}
]
}
}
}
⚼ Request
GET:
/providers/Microsoft.Peering/operations
{
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
name:
string
,
display:
{
,
provider:
string
,
resource:
string
,
operation:
string
,
description:
string
,
}
isDataAction:
boolean
,
properties:
}
{
,
serviceSpecification:
}
{
,
metricSpecifications:
}
[
]
,
{
,
name:
string
,
displayName:
string
,
displayDescription:
string
,
unit:
string
,
aggregationType:
string
,
supportedTimeGrainTypes:
[
,
string
,
]
dimensions:
}
[
]
,
{
,
name:
string
,
displayName:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}