IStaticSiteBuildArmResourceProperties.DatabaseConnection Property

Definition

Database connections for the static site build

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Database connections for the static site build", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDatabaseConnectionOverview) }, Read=true, ReadOnly=true, Required=false, SerializedName="databaseConnections", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDatabaseConnectionOverview> DatabaseConnection { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Database connections for the static site build", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDatabaseConnectionOverview) }, Read=true, ReadOnly=true, Required=false, SerializedName="databaseConnections", Update=false)>]
member this.DatabaseConnection : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDatabaseConnectionOverview>
Public ReadOnly Property DatabaseConnection As List(Of IDatabaseConnectionOverview)

Property Value

Attributes

Applies to