SiteConfigData.AppSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application settings. This property is not returned in response to normal create and read requests since it may contain sensitive information.
public System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.AppServiceNameValuePair> AppSettings { get; set; }
member this.AppSettings : System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.AppServiceNameValuePair> with get, set
Public Property AppSettings As IList(Of AppServiceNameValuePair)