Skip to main content

clusters_versions

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

Overview

Nameclusters_versions
TypeResource
Idazure.nexus.clusters_versions

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
updateexecsubscriptionId, resourceGroupName, clusterName, targetClusterVersionUpdate the version of the provided cluster to one of the available supported versions.

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
clusterNamestringThe name of the cluster.
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

Lifecycle Methods

Update the version of the provided cluster to one of the available supported versions.

EXEC azure.nexus.clusters_versions.update 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@clusterName='{{ clusterName }}' --required
@@json=
'{
"targetClusterVersion": "{{ targetClusterVersion }}"
}'
;