Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.engagement_fabric.operations

Fields

NameDatatypeDescription
namestringThe name of the EngagementFabric operation
displayobjectThe display information of the EngagementFabric operation

Methods

NameAccessible byRequired ParamsDescription
listSELECT
check_name_availabilityEXECresourceGroupName, subscriptionId, data__name, data__type

SELECT examples

SELECT
name,
display
FROM azure.engagement_fabric.operations
;