Share via


ISiteConfigResource.ConnectionString Property

Definition

Connection strings.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Connection strings.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IConnStringInfo) }, ReadOnly=false, Required=false, SerializedName="connectionStrings")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IConnStringInfo[] ConnectionString { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Connection strings.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IConnStringInfo) }, ReadOnly=false, Required=false, SerializedName="connectionStrings")>]
member this.ConnectionString : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IConnStringInfo[] with get, set
Public Property ConnectionString As IConnStringInfo()

Property Value

Attributes

Applies to