Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_extras.storsimple_8000_series.operations

Fields

NameDatatypeDescription
namestringThe name of the operation being performed on a particular object. Name format: "{resourceProviderNamespace}/{resourceType}/{read
displayobjectContains 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.
originstringThe 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"
propertiesobjectRepresents properties of AvailableProviderOperation

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists 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
;