Operations

Lists all of the available SQL Rest API operations.

GET https://management.azure.com/providers/Microsoft.Sql/operations?api-version={api-version}

URI Parameters

Name In Required Type Description
subscriptionId
path True
  • string
The subscription ID that identifies an Azure subscription.
api-version
query True
  • string

The API version to use for the request.

Responses

Name Type Description
200 OK

OK. The request has succeeded.

Examples

Get a list of operations for a resource provider

Sample Request

GET https://management.azure.com/providers/Microsoft.Sql/operations?api-version=2014-04-01

Sample Response

Definitions

Operation

SQL REST API operation definition.

Operation / display

Display metadata associated with the operation.

OperationListResult

SQL REST API operation definition.

Name Type Description
display

Display metadata associated with the operation.

name
  • string

Operation name: {provider}/{resource}/{operation}

Display metadata associated with the operation.

Name Type Description
operation
  • string

Type of operation: get, read, delete, etc.

provider
  • string

Service provider: Microsoft SQL Database.

resource
  • string

Resource on which the operation is performed: Server, Database, etc.

Name Type Description
nextLink
  • string

URL to get the next set of operation list results if there are any.

value

List of SQL operations supported by the SQL resource provider.