DeploymentRollbackUpdateOrUpgradeParameters::Mode Property

 

Gets or sets whether the rollback should proceed automatically.

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

public:
property RollbackUpdateOrUpgradeMode Mode {
	RollbackUpdateOrUpgradeMode get();
	void set(RollbackUpdateOrUpgradeMode value);
}

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.Models::RollbackUpdateOrUpgradeMode

true if the rollback should proceed automatically; otherwise, false.

Return to top
Show: