operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.network_function.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation} |
display | object | Display metadata associated with the operation. |
isDataAction | boolean | Indicates whether the operation is a data action |
origin | string | Origin of the operation |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists 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
;