operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.engagement_fabric.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the EngagementFabric operation |
display | object | The display information of the EngagementFabric operation |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| |
check_name_availability | EXEC | resourceGroupName, subscriptionId, data__name, data__type |
SELECT
examples
SELECT
name,
display
FROM azure.engagement_fabric.operations
;