Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_stack.container_service_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 / action.
isDataActionbooleanIndicates whether the operation is a data action

Methods

NameAccessible byRequired ParamsDescription
listSELECTGet the list of supported admin container service rest operations.

SELECT examples

Get the list of supported admin container service rest operations.

SELECT
name,
display,
isDataAction
FROM azure_stack.container_service_admin.operations
;