Skip to main content

fluid_relay_operations

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

Overview

Namefluid_relay_operations
TypeResource
Idazure.fluid_relay.fluid_relay_operations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}.
displayobjectThe object that represents the operation.
isDataActionbooleanIndicates whether the operation is a data action.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectList all operations provided by Microsoft.FluidRelay. List all operations provided by Microsoft.FluidRelay.

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

List all operations provided by Microsoft.FluidRelay. List all operations provided by Microsoft.FluidRelay.

SELECT
name,
display,
isDataAction
FROM azure.fluid_relay.fluid_relay_operations
;