Share via


DeploymentStack.BypassStackOutOfSyncError Property

Definition

Gets or sets flag to bypass service errors that indicate the stack resource list is not correctly synchronized.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to