Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_isv.openshift_clusters.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}.
displayobjectDisplay represents the display details of an operation.
originstringSources of requests to this operation. Comma separated list with valid values user or system, e.g. "user,system".

Methods

NameAccessible byRequired ParamsDescription
listSELECTThe operation returns the RP operations.

SELECT examples

The operation returns the RP operations.

SELECT
name,
display,
origin
FROM azure_isv.openshift_clusters.operations
;