DeploymentGetResponse::RollbackAllowed Property

 

Gets or sets whether an update can be rolled back.

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

public:
property Nullable<bool> RollbackAllowed {
	Nullable<bool> get();
	void set(Nullable<bool> value);
}

Property Value

Type: System::Nullable<Boolean>

true if an update can be rolled back; otherwise false.

Return to top
Show: