IStaticSitePatchResource.DatabaseConnection 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.
Database connections for the static site
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Database connections for the static site", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDatabaseConnectionOverview) }, ReadOnly=true, Required=false, SerializedName="databaseConnections")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDatabaseConnectionOverview[] DatabaseConnection { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Database connections for the static site", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDatabaseConnectionOverview) }, ReadOnly=true, Required=false, SerializedName="databaseConnections")>]
member this.DatabaseConnection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDatabaseConnectionOverview[]
Public ReadOnly Property DatabaseConnection As IDatabaseConnectionOverview()
Property Value
- Attributes