Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_extras.professional_services.operations

Fields

NameDatatypeDescription
namestringthe operation name
displayobjectProfessionalService app operation display
isDataActionbooleanwhether the operation is a data action or not.
originstringthe operation origin

Methods

NameAccessible byRequired ParamsDescription
listSELECTGets all ProfessionalService app operations.

SELECT examples

Gets all ProfessionalService app operations.

SELECT
name,
display,
isDataAction,
origin
FROM azure_extras.professional_services.operations
;