Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.network_function.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}
displayobjectDisplay metadata associated with the operation.
isDataActionbooleanIndicates whether the operation is a data action
originstringOrigin of the operation

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available NetworkFunction Rest API operations.

SELECT examples

Lists all of the available NetworkFunction Rest API operations.

SELECT
name,
display,
isDataAction,
origin
FROM azure.network_function.operations
;