Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.data_factory.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}
display``Metadata associated with the operation.
originstringThe intended executor of the operation.
propertiesobjectAdditional details about an operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists the available Azure Data Factory API operations.

SELECT examples

Lists the available Azure Data Factory API operations.

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