operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.data_protection.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the Operation. |
display | object | Localized display information of an operation. |
isDataAction | boolean | Indicates whether the operation is a data action |
origin | string | The intended executor of the operation;governs the display of the operation in the RBAC UX and the audit logs UX |
properties | object | Class to represent shoebox properties in json client discovery. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Returns the list of available operations. |
SELECT
examples
Returns the list of available operations.
SELECT
name,
display,
isDataAction,
origin,
properties
FROM azure.data_protection.operations
;