available_provider_operations
Creates, updates, deletes, gets or lists an available_provider_operations
resource.
Overview
Name | available_provider_operations |
Type | Resource |
Id | azure_extras.storsimple_1200_series.available_provider_operations |
Fields
The following fields are returned by SELECT
queries:
- list
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|action}" Eg: Microsoft.StorSimple/managers/devices/fileServers/read Microsoft.StorSimple/managers/devices/alerts/clearAlerts/action |
display | object | Gets or sets Display information Contains the localized display information for this particular operation/action |
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 | Gets or sets Properties Reserved for future use |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | select | List of AvailableProviderOperations |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|
SELECT
examples
- list
List of AvailableProviderOperations
SELECT
name,
display,
origin,
properties
FROM azure_extras.storsimple_1200_series.available_provider_operations
;