Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_isv.vmware.operations

Fields

NameDatatypeDescription
namestringName of the operation being performed on this object
display``Contains the localized display information for this operation
isDataActionbooleanGets or sets a value indicating whether the operation is a data action or not
originstringOrigin of the operation
propertiesobjectExtra Operation properties

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available operations

SELECT examples

Lists all of the available operations

SELECT
name,
display,
isDataAction,
origin,
properties
FROM azure_isv.vmware.operations
;