appliances_operations
Creates, updates, deletes, gets or lists a appliances_operations
resource.
Overview
Name | appliances_operations |
Type | Resource |
Id | azure.resource_connector.appliances_operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the compute operation. |
display | object | Describes the properties of an Appliances 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 Appliances operations. |
SELECT
examples
Lists all available Appliances operations.
SELECT
name,
display,
isDataAction,
origin
FROM azure.resource_connector.appliances_operations
;