Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.confidential_ledger.operations

Fields

NameDatatypeDescription
namestringResource provider operation name.
displayobjectDescribes the properties of the Operation.
isDataActionbooleanIndicates whether the operation is data action or not.

Methods

NameAccessible byRequired ParamsDescription
listSELECTRetrieves a list of available API operations
check_name_availabilityEXECsubscriptionIdTo check whether a resource name is available.

SELECT examples

Retrieves a list of available API operations

SELECT
name,
display,
isDataAction
FROM azure.confidential_ledger.operations
;