DeploymentRollbackUpdateOrUpgradeParameters::Mode Property
Gets or sets whether the rollback should proceed automatically.
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::RollbackUpdateOrUpgradeModetrue if the rollback should proceed automatically; otherwise, false.
Show: