open_shift_versions
Creates, updates, deletes, gets or lists a open_shift_versions
resource.
Overview
Name | open_shift_versions |
Type | Resource |
Id | azure_isv.openshift_clusters.open_shift_versions |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | OpenShiftVersionProperties represents the properties of an OpenShiftVersion. |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | location, subscriptionId | The operation returns the installable OpenShift versions as strings. |
SELECT
examples
The operation returns the installable OpenShift versions as strings.
SELECT
properties,
systemData
FROM azure_isv.openshift_clusters.open_shift_versions
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';