Skip to main content

appliances_operations

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

Overview

Nameappliances_operations
TypeResource
Idazure.resource_connector.appliances_operations

Fields

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

NameAccessible byRequired ParamsDescription
listSELECTLists all available Appliances operations.

SELECT examples

Lists all available Appliances operations.

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