Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.container_instances.operations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
namestringThe name of the operation.
displayobjectThe display information of the operation.
originstringThe intended executor of the operation.
propertiesobjectThe additional properties.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectList the operations for Azure Container Instance service.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

List the operations for Azure Container Instance service.

SELECT
name,
display,
origin,
properties
FROM azure.container_instances.operations
;