operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.custom_locations.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the compute operation. |
display | object | Describes the properties of a Custom Locations Operation Value Display. |
isDataAction | boolean | Is this Operation a data plane operation |
origin | string | The origin of the compute operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all available Custom Locations operations. |
SELECT
examples
Lists all available Custom Locations operations.
SELECT
name,
display,
isDataAction,
origin
FROM azure.custom_locations.operations
;