Skip to main content

api_management_operations

Creates, updates, deletes, gets or lists an api_management_operations resource.

Overview

Nameapi_management_operations
TypeResource
Idazure.api_management.api_management_operations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}.
displayobjectThe object that describes the operation.
originstringThe operation origin.
propertiesobjectThe operation properties.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectLists all of the available REST API operations of the Microsoft.ApiManagement provider.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Lists all of the available REST API operations of the Microsoft.ApiManagement provider.

SELECT
name,
display,
origin,
properties
FROM azure.api_management.api_management_operations
;