operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.confidential_ledger.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Resource provider operation name. |
display | object | Describes the properties of the Operation. |
isDataAction | boolean | Indicates whether the operation is data action or not. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Retrieves a list of available API operations |
check_name_availability | EXEC | subscriptionId | To 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
;