ArmOracleDatabaseModelFactory.AutonomousDatabaseConnectionStrings Method
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.
Initializes a new instance of AutonomousDatabaseConnectionStrings.
public static Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseConnectionStrings AutonomousDatabaseConnectionStrings (Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseConnectionStringType allConnectionStrings = default, string dedicated = default, string high = default, string low = default, string medium = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseConnectionStringProfile> profiles = default);
static member AutonomousDatabaseConnectionStrings : Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseConnectionStringType * string * string * string * string * seq<Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseConnectionStringProfile> -> Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseConnectionStrings
Public Shared Function AutonomousDatabaseConnectionStrings (Optional allConnectionStrings As AutonomousDatabaseConnectionStringType = Nothing, Optional dedicated As String = Nothing, Optional high As String = Nothing, Optional low As String = Nothing, Optional medium As String = Nothing, Optional profiles As IEnumerable(Of AutonomousDatabaseConnectionStringProfile) = Nothing) As AutonomousDatabaseConnectionStrings
Parameters
- allConnectionStrings
- AutonomousDatabaseConnectionStringType
Returns all connection strings that can be used to connect to the Autonomous Database.
- dedicated
- String
The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- high
- String
The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
- low
- String
The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- medium
- String
The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements.
A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
Returns
A new AutonomousDatabaseConnectionStrings instance for mocking.
Applies to
Azure SDK for .NET