ISlotConfigNames.ConnectionStringName Property

Definition

List of connection string names.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="List of connection string names.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="connectionStringNames", Update=true)]
public System.Collections.Generic.List<string> ConnectionStringName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="List of connection string names.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="connectionStringNames", Update=true)>]
member this.ConnectionStringName : System.Collections.Generic.List<string> with get, set
Public Property ConnectionStringName As List(Of String)

Property Value

Attributes

Applies to