Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_extras.enterprise_knowledge_graph.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}.
displayobjectThe operation supported by EnterpriseKnowledgeGraph Service Management.
originstringThe origin of the operation.
propertiesobjectAdditional properties.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists 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
;