DeploymentRollbackUpdateOrUpgradeParameters::Force Property

 

Gets or sets whether the rollback should proceed even when it will cause local data to be lost from some role instances.

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

public:
property bool Force {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the rollback should proceed; otherwise false.

Return to top
Show: