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 |
|
The subscription ID that identifies an Azure subscription. |
|
api-version
|
query | True |
|
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 |
|
Operation name: {provider}/{resource}/{operation} |
Display metadata associated with the operation.
| Name | Type | Description |
|---|---|---|
| operation |
|
Type of operation: get, read, delete, etc. |
| provider |
|
Service provider: Microsoft SQL Database. |
| resource |
|
Resource on which the operation is performed: Server, Database, etc. |
| Name | Type | Description |
|---|---|---|
| nextLink |
|
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. |