Skip to main content

available_provider_operations

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

Overview

Nameavailable_provider_operations
TypeResource
Idazure_extras.storsimple_1200_series.available_provider_operations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
namestringGets 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
displayobjectGets or sets Display information Contains the localized display information for this particular operation/action
originstringGets 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”
propertiesobjectGets or sets Properties Reserved for future use

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectList 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.

NameDatatypeDescription

SELECT examples

List of AvailableProviderOperations

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