你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AutonomousDatabaseConnectionStrings Class
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.
Connection strings to connect to an Oracle Autonomous Database.
public class AutonomousDatabaseConnectionStrings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseConnectionStrings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseConnectionStrings>
type AutonomousDatabaseConnectionStrings = class
interface IJsonModel<AutonomousDatabaseConnectionStrings>
interface IPersistableModel<AutonomousDatabaseConnectionStrings>
Public Class AutonomousDatabaseConnectionStrings
Implements IJsonModel(Of AutonomousDatabaseConnectionStrings), IPersistableModel(Of AutonomousDatabaseConnectionStrings)
- Inheritance
-
AutonomousDatabaseConnectionStrings
- Implements
Properties
AllConnectionStrings |
Returns all connection strings that can be used to connect to the Autonomous Database. |
Dedicated |
The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements. |
High |
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 |
The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements. |
Medium |
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. |
Profiles |
A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata. |
Explicit Interface Implementations
IJsonModel<AutonomousDatabaseConnectionStrings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AutonomousDatabaseConnectionStrings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AutonomousDatabaseConnectionStrings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AutonomousDatabaseConnectionStrings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AutonomousDatabaseConnectionStrings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |