Skip to main content

operations

Creates, updates, deletes, gets or lists a operations resource.

Overview

Nameoperations
TypeResource
Idazure_isv.connected_vsphere.operations

Fields

NameDatatypeDescription
namestringName of the operation
displayobjectProperties of the operation
isDataActionbooleanIndicates whether the operation is data action or not.

Methods

NameAccessible byRequired ParamsDescription
listSELECTReturns list of all operations.

SELECT examples

Returns list of all operations.

SELECT
name,
display,
isDataAction
FROM azure_isv.connected_vsphere.operations
;