Skip to main content

virtual_machine_scale_set_rolling_upgrades

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

Overview

Namevirtual_machine_scale_set_rolling_upgrades
TypeResource
Idazure.compute.virtual_machine_scale_set_rolling_upgrades

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
cancelexecresourceGroupName, vmScaleSetName, subscriptionIdCancels the current virtual machine scale set rolling upgrade.
start_os_upgradeexecresourceGroupName, vmScaleSetName, subscriptionIdStarts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image OS version. Instances which are already running the latest available OS version are not affected.
start_extension_upgradeexecresourceGroupName, vmScaleSetName, subscriptionIdStarts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest available extension version. Instances which are already running the latest extension versions are not affected.

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
resourceGroupNamestringThe name of the resource group.
subscriptionIdstringSubscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
vmScaleSetNamestringThe name of the VM scale set.

Lifecycle Methods

Cancels the current virtual machine scale set rolling upgrade.

EXEC azure.compute.virtual_machine_scale_set_rolling_upgrades.cancel 
@resourceGroupName='{{ resourceGroupName }}' --required,
@vmScaleSetName='{{ vmScaleSetName }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
;