DeploymentUpgradeParameters.Force Property
Gets or sets whether the update 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)
Syntax
public bool Force { get; set; }
public:
property bool Force {
bool get();
void set(bool value);
}
member Force : bool with get, set
Public Property Force As Boolean
Property Value
Type: System.Boolean
true if the update should proceed; otherwise false.
See Also
DeploymentUpgradeParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top