Skip to main content

clusters_upgradable_versions

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

Overview

Nameclusters_upgradable_versions
TypeResource
Idazure.service_fabric.clusters_upgradable_versions

Fields

NameDatatypeDescription
supportedPatharray

Methods

NameAccessible byRequired ParamsDescription
listSELECTclusterName, resourceGroupName, subscriptionId, data__targetVersionIf a target is not provided, it will get the minimum and maximum versions available from the current cluster version. If a target is given, it will provide the required path to get from the current cluster version to the target version.

SELECT examples

If a target is not provided, it will get the minimum and maximum versions available from the current cluster version. If a target is given, it will provide the required path to get from the current cluster version to the target version.

SELECT
supportedPath
FROM azure.service_fabric.clusters_upgradable_versions
WHERE clusterName = '{{ clusterName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND data__targetVersion = '{{ data__targetVersion }}';