Site.ScmSiteAlsoStopped Property

Definition

Gets or sets <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to