Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.logic_apps.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}
displayobjectThe object that represents the operation.
originstringOperation: origin
propertiesobject

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available Logic REST API operations.

SELECT examples

Lists all of the available Logic REST API operations.

SELECT
name,
display,
origin,
properties
FROM azure.logic_apps.operations
;