Skip to main content

available_provider_operations

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

Overview

Nameavailable_provider_operations
TypeResource
Idazure_extras.storsimple_1200_series.available_provider_operations

Fields

NameDatatypeDescription
namestringGets or sets the name of the operation being performed on this particular object
Return value format: "{resourceProviderNamespace}/{resourceType}/{readwritedeletion

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

NameAccessible byRequired ParamsDescription
listSELECTList of AvailableProviderOperations

SELECT examples

List of AvailableProviderOperations

SELECT
name,
display,
origin,
properties
FROM azure_extras.storsimple_1200_series.available_provider_operations
;