operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.managed_network.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation} |
display | `` | The object that represents the operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available MNC operations. |
SELECT
examples
Lists all of the available MNC operations.
SELECT
name,
display
FROM azure.managed_network.operations
;