Site.SiteConfig Property

Definition

Gets or sets configuration of the app.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.siteConfig")]
public Microsoft.Azure.Management.WebSites.Models.SiteConfig SiteConfig { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.siteConfig")>]
member this.SiteConfig : Microsoft.Azure.Management.WebSites.Models.SiteConfig with get, set
Public Property SiteConfig As SiteConfig

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to