SiteConfigData.ConnectionStrings 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.
Connection strings. 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.ConnStringInfo> ConnectionStrings { get; set; }
member this.ConnectionStrings : System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.ConnStringInfo> with get, set
Public Property ConnectionStrings As IList(Of ConnStringInfo)