Share via


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)

Usage

'Usage
Dim instance As DeploymentRollbackUpdateOrUpgradeParameters
Dim value As Boolean

value = instance.Force

instance.Force = value

Syntax

'Declaration
Public Property Force As Boolean
public bool Force { get; set; }
public:
property bool Force {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_Force ()

/** @property */
public void set_Force (boolean value)
public function get Force () : boolean

public function set Force (value : boolean)

Property Value

true if the rollback should proceed; otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

DeploymentRollbackUpdateOrUpgradeParameters Class
DeploymentRollbackUpdateOrUpgradeParameters Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace