| Description | : Lists all available Appliances operations. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Appliances_ListOperations",
"$responses": {
"200": {
"Description": {
"new": "Paged collection of ApplianceOperation items",
"old": "Lists of Appliances operations."
},
"$properties": [
{
"#name": "value",
"Description": {
"new": "The ApplianceOperation items on this page",
"old": "Array of applianceOperation"
}
},
{
"#name": "nextLink",
"Description": {
"new": "The link to the next page of items",
"old": "Next page of operations."
}
}
]
}
}
}
⚼ Request
GET:
/providers/Microsoft.ResourceConnector/operations
{
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
display:
{
,
description:
string
,
operation:
string
,
provider:
string
,
resource:
string
,
}
isDataAction:
boolean
,
name:
string
,
origin:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}