Operations - List

Lists all of the available SQL Rest API operations.

GET https://management.azure.com/providers/Microsoft.Sql/operations?api-version=2021-02-01-preview

URI Parameters

Name In Required Type Description
api-version
query True
  • string

The API version to use for the request.

Responses

Name Type Description
200 OK

Successfully retrieved operations.

Other Status Codes

*** Error Responses: ***

Definitions

Operation

SQL REST API operation definition.

OperationDisplay

Display metadata associated with the operation.

OperationListResult

Result of the request to list SQL operations.

OperationOrigin

The intended executor of the operation.

Operation

SQL REST API operation definition.

Name Type Description
display

The localized display information for this particular operation / action.

name
  • string

The name of the operation being performed on this particular object.

origin

The intended executor of the operation.

properties
  • object

Additional descriptions for the operation.

OperationDisplay

Display metadata associated with the operation.

Name Type Description
description
  • string

The localized friendly description for the operation.

operation
  • string

The localized friendly name for the operation.

provider
  • string

The localized friendly form of the resource provider name.

resource
  • string

The localized friendly form of the resource type related to this action/operation.

OperationListResult

Result of the request to list SQL operations.

Name Type Description
nextLink
  • string

Link to retrieve next page of results.

value

Array of results.

OperationOrigin

The intended executor of the operation.

Name Type Description
system
  • string
user
  • string