operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.image_builder.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | This is of the format {provider}/{resource}/{operation} |
display | object | |
isDataAction | boolean | |
origin | string | |
properties | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists 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
;