clusters_upgradable_versions
Creates, updates, deletes, gets or lists a clusters_upgradable_versions
resource.
Overview
Name | clusters_upgradable_versions |
Type | Resource |
Id | azure.service_fabric.clusters_upgradable_versions |
Fields
Name | Datatype | Description |
---|---|---|
supportedPath | array |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | clusterName, resourceGroupName, subscriptionId, data__targetVersion | 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
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 }}';