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)

public bool RollbackAllowed { get; set; }

Property Value

Type: System.Boolean

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

Return to top
Show: