operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.compute.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the compute operation. |
display | object | Describes the properties of a Compute Operation Value Display. |
origin | string | The origin of the compute operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Gets a list of compute operations. |
SELECT
examples
Gets a list of compute operations.
SELECT
name,
display,
origin
FROM azure.compute.operations
;