Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_stack.update_admin.operations

Fields

NameDatatypeDescription
namestringThe name of the operation being performed on this particular object. It should match the action name that appears in RBAC / the event service.
displayobjectContains the localized display information for this particular operation or action.

Methods

NameAccessible byRequired ParamsDescription
listSELECTGet the list of support rest operations.

SELECT examples

Get the list of support rest operations.

SELECT
name,
display
FROM azure_stack.update_admin.operations
;