operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_isv.openshift_clusters.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation}. |
display | object | Display represents the display details of an operation. |
origin | string | Sources of requests to this operation. Comma separated list with valid values user or system, e.g. "user,system". |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| The operation returns the RP operations. |
SELECT
examples
The operation returns the RP operations.
SELECT
name,
display,
origin
FROM azure_isv.openshift_clusters.operations
;