Skip to main content

appliances_operations

Creates, updates, deletes, gets or lists an appliances_operations resource.

Overview

Nameappliances_operations
TypeResource
Idazure.resource_connector.appliances_operations

Fields

The following fields are returned by SELECT queries:

Operation details.

NameDatatypeDescription
namestringThe name of the compute operation.
displayobjectDescribes the properties of an Appliances Operation Value Display.
isDataActionbooleanIs this Operation a data plane operation
originstringThe origin of the compute operation.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectLists all available Appliances operations.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Lists all available Appliances operations.

SELECT
name,
display,
isDataAction,
origin
FROM azure.resource_connector.appliances_operations
;