IVirtualMachineScaleSetRollingUpgradesOperations Interface

Definition

VirtualMachineScaleSetRollingUpgradesOperations operations.

public interface IVirtualMachineScaleSetRollingUpgradesOperations
type IVirtualMachineScaleSetRollingUpgradesOperations = interface
Public Interface IVirtualMachineScaleSetRollingUpgradesOperations

Methods

BeginCancelWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Cancels the current virtual machine scale set rolling upgrade.

BeginStartExtensionUpgradeWithHttpMessagesAsync(String, String, Dictionary<String,List<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.

BeginStartOSUpgradeWithHttpMessagesAsync(String, String, Dictionary<String,List<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.

CancelWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Cancels the current virtual machine scale set rolling upgrade.

GetLatestWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

StartExtensionUpgradeWithHttpMessagesAsync(String, String, Dictionary<String,List<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.

StartOSUpgradeWithHttpMessagesAsync(String, String, Dictionary<String,List<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.

Extension 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