Description | : Lists all of the available SQL Virtual Machine Rest API operations. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Operations_List", "$parameters": [ { "#name": "api-version", "Description": { "new": "The API version to use for this operation.", "old": "API version to use for the request." } } ], "$responses": { "200": { "Description": { "new": "Virtual machine resource id for response.", "old": "Result of the request to list SQL operations." }, "$properties": [ { "#name": "value", "Description": { "new": "The Operation items on this page", "old": "Array of results." }, "Required": { "new": true, "old": false }, "$items": { "Description": { "new": "Result of the request to list SQL operations.", "old": "SQL REST API operation definition." }, "$properties": [ { "#name": "name", "Description": { "new": "The name of the operation being performed on this particular object.\"", "old": "The name of the operation being performed on this particular object." } }, { "#name": "display", "Description": { "new": "he localized display information for this particular operation / action.", "old": "The localized display information for this particular operation / action." }, "$properties": [ { "#name": "provider", "Description": { "new": "The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".", "old": "The localized friendly form of the resource provider name." } }, { "#name": "resource", "Description": { "new": "The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".", "old": "The localized friendly form of the resource type related to this action/operation." } }, { "#name": "operation", "Description": { "new": "The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".", "old": "The localized friendly name for the operation." } }, { "#name": "description", "Description": { "new": "The short, localized friendly description of the operation; suitable for tool tips and detailed views.", "old": "The localized friendly description for the operation." } } ] }, { "#name": "origin", "Description": { "new": "The intended executor of the operation.\"", "old": "The intended executor of the operation." } } ] } }, { "#name": "nextLink", "Description": { "new": "The link to the next page of items", "old": "Link to retrieve next page of results." } } ] } } }
⚼ Request
GET:
/providers/Microsoft.SqlVirtualMachine/operations
{
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
name:
string
,
display:
{
,
provider:
string
,
resource:
string
,
operation:
string
,
description:
string
,
}
origin:
enum
,
properties:
object
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}