operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.hybrid_data_manager.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Gets or Sets Name of the operations |
display | object | Contains 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
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
|
SELECT
examples
SELECT
name,
display,
origin,
properties
FROM azure.hybrid_data_manager.operations
;