operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_isv.vmware_cloud_simple.operations |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Operation Id |
name | string | Operation ID |
endTime | string | End time of the operation |
error | object | Operation error model |
startTime | string | Start time of the operation |
status | string | Operation status |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | Referer, operationId, regionId, subscriptionId | Return an async operation |
list | SELECT |
| Return list of operations |
SELECT
examples
Return list of operations
SELECT
id,
name,
endTime,
error,
startTime,
status
FROM azure_isv.vmware_cloud_simple.operations
;