Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.hybrid_data_manager.operations

Fields

NameDatatypeDescription
namestringGets or Sets Name of the operations
displayobjectContains the localized display information for this particular operation / action.

These value will be used by several clients for (1) custom role definitions for RBAC; (2) complex query filters for the event service; and (3) audit history / records for management operations. | | origin | string | Gets or sets Origin The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. Default value is “user,system” | | properties | object | Class represents Properties in AvailableProviderOperations |

Methods

NameAccessible byRequired ParamsDescription
listSELECT

SELECT examples

SELECT
name,
display,
origin,
properties
FROM azure.hybrid_data_manager.operations
;