HostedServiceGetDetailedResponse.Deployment.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)
Syntax
public bool RollbackAllowed { get; set; }
public:
property bool RollbackAllowed {
bool get();
void set(bool value);
}
member RollbackAllowed : bool with get, set
Public Property RollbackAllowed As Boolean
Property Value
Type: System.Boolean
true if an update can be rolled back; otherwise false.
See Also
HostedServiceGetDetailedResponse.Deployment Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top