Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.data_lake_analytics.operations

Fields

NameDatatypeDescription
namestringThe name of the operation.
displayobjectThe display information for a particular operation.
originstringThe intended executor of the operation.
propertiesobject

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available Data Lake Analytics REST API operations.

SELECT examples

Lists all of the available Data Lake Analytics REST API operations.

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