Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.container_instances.operations

Fields

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

Methods

NameAccessible byRequired ParamsDescription
listSELECTList 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
;