operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_extras.enterprise_knowledge_graph.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation}. |
display | object | The operation supported by EnterpriseKnowledgeGraph Service Management. |
origin | string | The origin of the operation. |
properties | object | Additional properties. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all the available EnterpriseKnowledgeGraph services operations. |
SELECT
examples
Lists all the available EnterpriseKnowledgeGraph services operations.
SELECT
name,
display,
origin,
properties
FROM azure_extras.enterprise_knowledge_graph.operations
;