FactoryRepoConfiguration.DisablePublish Property

Definition

Gets or sets disable manual publish operation in ADF studio to favor automated publish.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to