RollbackUpdateOrUpgradeMode Enumeration

 

Specifies the modes for the roll back of an update to a deployment.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public enum RollbackUpdateOrUpgradeMode
public enum class RollbackUpdateOrUpgradeMode
type RollbackUpdateOrUpgradeMode
Public Enumeration RollbackUpdateOrUpgradeMode

Members

Member name Description
Auto

Specifies that the rollback proceeds without further user input.

Manual

Specifies that a call to an operation that walks the update domains is required to apply the rollback.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top