operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.container_instances.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the operation. |
display | object | The display information of the operation. |
origin | string | The intended executor of the operation. |
properties | object | The additional properties. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| List the operations for Azure Container Instance service. |
SELECT
examples
List the operations for Azure Container Instance service.
SELECT
name,
display,
origin,
properties
FROM azure.container_instances.operations
;