共用方式為


WebSiteSourceControl.IsManualIntegration Property

Definition

<code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub).

public Azure.Provisioning.BicepValue<bool> IsManualIntegration { get; set; }
member this.IsManualIntegration : Azure.Provisioning.BicepValue<bool> with get, set
Public Property IsManualIntegration As BicepValue(Of Boolean)

Property Value

Applies to