Skip to main content

open_shift_versions

Creates, updates, deletes, gets or lists an open_shift_versions resource.

Overview

Nameopen_shift_versions
TypeResource
Idazure_isv.openshift_clusters.open_shift_versions

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
propertiesobjectThe properties for the OpenShiftVersion resource.
systemDataobjectThe system meta data relating to this resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectsubscriptionId, locationThe operation returns the installable OpenShift versions as strings.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
locationstringThe name of Azure region.
subscriptionIdstringThe ID of the target subscription.

SELECT examples

The operation returns the installable OpenShift versions as strings.

SELECT
properties,
systemData
FROM azure_isv.openshift_clusters.open_shift_versions
WHERE subscriptionId = '{{ subscriptionId }}' -- required
AND location = '{{ location }}' -- required
;