operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_extras.storsimple_8000_series.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the operation being performed on a particular object. Name format: "{resourceProviderNamespace}/{resourceType}/{read |
display | object | Contains the localized display information for this particular operation/action. These value will be used by several clients for (a) custom role definitions for RBAC, (b) complex query filters for the event service and (c) audit history/records for management operations. |
origin | string | 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 | Represents properties of AvailableProviderOperation |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available REST API operations of the Microsoft.StorSimple provider |
SELECT
examples
Lists all of the available REST API operations of the Microsoft.StorSimple provider
SELECT
name,
display,
origin,
properties
FROM azure_extras.storsimple_8000_series.operations
;