operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.mobile_network.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation} |
display | object | The object that represents the operation. |
isDataAction | boolean | Indicates whether the operation applies to data-plane. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Gets a list of the operations. |
SELECT
examples
Gets a list of the operations.
SELECT
name,
display,
isDataAction
FROM azure.mobile_network.operations
;