operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_isv.elastic.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name, i.e., {provider}/{resource}/{operation}. |
display | object | The object that represents 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 |
|
SELECT
examples
SELECT
name,
display,
isDataAction,
origin
FROM azure_isv.elastic.operations
;