available_provider_operations
Creates, updates, deletes, gets or lists a available_provider_operations
resource.
Overview
Name | available_provider_operations |
Type | Resource |
Id | azure_extras.storsimple_1200_series.available_provider_operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Gets or sets the name of the operation being performed on this particular object |
Return value format: "{resourceProviderNamespace}/{resourceType}/{read | write | deletion |
Eg: Microsoft.StorSimple/managers/devices/fileServers/read
Microsoft.StorSimple/managers/devices/alerts/clearAlerts/action |
| 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 |
| List of AvailableProviderOperations |
SELECT
examples
List of AvailableProviderOperations
SELECT
name,
display,
origin,
properties
FROM azure_extras.storsimple_1200_series.available_provider_operations
;