ISiteConfigResource.ConnectionString Property

Definition

Connection strings.

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

Property Value

Attributes

Applies to