SiteSourceControlInner.DeploymentRollbackEnabled Property

Definition

Gets or sets <code>true</code> to enable deployment rollback; otherwise, <code>false</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.deploymentRollbackEnabled")]
public bool? DeploymentRollbackEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.deploymentRollbackEnabled")>]
member this.DeploymentRollbackEnabled : Nullable<bool> with get, set
Public Property DeploymentRollbackEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to