Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.image_builder.operations

Fields

NameDatatypeDescription
namestringThis is of the format {provider}/{resource}/{operation}
displayobject
isDataActionboolean
originstring
propertiesobject

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists available operations for the Microsoft.VirtualMachineImages provider

SELECT examples

Lists available operations for the Microsoft.VirtualMachineImages provider

SELECT
name,
display,
isDataAction,
origin,
properties
FROM azure.image_builder.operations
;