Skip to main content

operations

Creates, updates, deletes, gets or lists a operations resource.

Overview

Nameoperations
TypeResource
Idazure.api_management.operations

Fields

NameDatatypeDescription
apiobjectAPI contract properties for the Tag Resources.
operationobjectOperation Entity contract Properties.
productobjectProduct profile.
tagobjectContract defining the Tag property in the Tag Resource Contract

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available REST API operations of the Microsoft.ApiManagement provider.
list_by_tagsSELECTapiId, resourceGroupName, serviceName, subscriptionIdLists a collection of operations associated with tags.
perform_connectivity_check_asyncEXECresourceGroupName, serviceName, subscriptionId, data__destination, data__sourcePerforms a connectivity check between the API Management service and a given destination, and returns metrics for the connection, as well as errors encountered while trying to establish it.

SELECT examples

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

SELECT
api,
operation,
product,
tag
FROM azure.api_management.operations
;