Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_isv.vmware_cloud_simple.operations

Fields

NameDatatypeDescription
idstringOperation Id
namestringOperation ID
endTimestringEnd time of the operation
errorobjectOperation error model
startTimestringStart time of the operation
statusstringOperation status

Methods

NameAccessible byRequired ParamsDescription
getSELECTReferer, operationId, regionId, subscriptionIdReturn an async operation
listSELECTReturn list of operations

SELECT examples

Return list of operations

SELECT
id,
name,
endTime,
error,
startTime,
status
FROM azure_isv.vmware_cloud_simple.operations
;