IAutonomousDatabase.ConnectionStringProfile Property

Definition

A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IProfileType) }, Read=true, ReadOnly=true, Required=false, SerializedName="profiles", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IProfileType> ConnectionStringProfile { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IProfileType) }, Read=true, ReadOnly=true, Required=false, SerializedName="profiles", Update=false)>]
member this.ConnectionStringProfile : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IProfileType>
Public ReadOnly Property ConnectionStringProfile As List(Of IProfileType)

Property Value

Attributes

Applies to