Description | : List the operations for the provider |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Operations_List", "Description": { "new": "List the operations for the provider", "old": "List all the supported operations." } }
⚼ Request
GET:
/providers/Microsoft.EdgeOrder/operations
{
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
name:
string
,
isDataAction:
boolean
,
display:
{
,
provider:
string
,
resource:
string
,
operation:
string
,
description:
string
,
}
origin:
enum
,
actionType:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}