Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.ad_hybrid_health_service.operations

Fields

NameDatatypeDescription
namestringThe name of the operation.
displayobjectThe display details for the 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
FROM azure.ad_hybrid_health_service.operations
;