共用方式為


SiteSourceControlInner.IsManualIntegration 屬性

定義

取得或設定 & lt;code & gt;true & lt;/code & gt; 以限制為手動整合; <code & gt;false & lt;/code & gt; 啟用持續整合 (,以將 Webhook 設定為線上存放庫,例如 GitHub) 。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於