operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_isv.connected_vsphere.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the operation |
display | object | Properties of the operation |
isDataAction | boolean | Indicates whether the operation is data action or not. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Returns list of all operations. |
SELECT
examples
Returns list of all operations.
SELECT
name,
display,
isDataAction
FROM azure_isv.connected_vsphere.operations
;