VirtualMachineScaleSetRollingUpgradesOperationsExtensions Class

Definition

Extension methods for VirtualMachineScaleSetRollingUpgradesOperations.

public static class VirtualMachineScaleSetRollingUpgradesOperationsExtensions
type VirtualMachineScaleSetRollingUpgradesOperationsExtensions = class
Public Module VirtualMachineScaleSetRollingUpgradesOperationsExtensions
Inheritance
VirtualMachineScaleSetRollingUpgradesOperationsExtensions

Methods

BeginCancel(IVirtualMachineScaleSetRollingUpgradesOperations, String, String)

Cancels the current virtual machine scale set rolling upgrade.

BeginCancelAsync(IVirtualMachineScaleSetRollingUpgradesOperations, String, String, CancellationToken)

Cancels the current virtual machine scale set rolling upgrade.

BeginStartExtensionUpgrade(IVirtualMachineScaleSetRollingUpgradesOperations, String, String)

Starts 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.

BeginStartExtensionUpgradeAsync(IVirtualMachineScaleSetRollingUpgradesOperations, String, String, CancellationToken)

Starts 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.

BeginStartOSUpgrade(IVirtualMachineScaleSetRollingUpgradesOperations, String, String)

Starts 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.

BeginStartOSUpgradeAsync(IVirtualMachineScaleSetRollingUpgradesOperations, String, String, CancellationToken)

Starts 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.

Cancel(IVirtualMachineScaleSetRollingUpgradesOperations, String, String)

Cancels the current virtual machine scale set rolling upgrade.

CancelAsync(IVirtualMachineScaleSetRollingUpgradesOperations, String, String, CancellationToken)

Cancels the current virtual machine scale set rolling upgrade.

GetLatest(IVirtualMachineScaleSetRollingUpgradesOperations, String, String)

Gets the status of the latest virtual machine scale set rolling upgrade.

GetLatestAsync(IVirtualMachineScaleSetRollingUpgradesOperations, String, String, CancellationToken)

Gets the status of the latest virtual machine scale set rolling upgrade.

StartExtensionUpgrade(IVirtualMachineScaleSetRollingUpgradesOperations, String, String)

Starts 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.

StartExtensionUpgradeAsync(IVirtualMachineScaleSetRollingUpgradesOperations, String, String, CancellationToken)

Starts 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.

StartOSUpgrade(IVirtualMachineScaleSetRollingUpgradesOperations, String, String)

Starts 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.

StartOSUpgradeAsync(IVirtualMachineScaleSetRollingUpgradesOperations, String, String, CancellationToken)

Starts 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.

Applies to