ConnectionStringType 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. Serialized Name: ConnectionStringType
public class ConnectionStringType : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.ConnectionStringType>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.ConnectionStringType>
type ConnectionStringType = class
interface IJsonModel<ConnectionStringType>
interface IPersistableModel<ConnectionStringType>
Public Class ConnectionStringType
Implements IJsonModel(Of ConnectionStringType), IPersistableModel(Of ConnectionStringType)
- Inheritance
-
ConnectionStringType
- Implements
Properties
AllConnectionStrings |
Returns all connection strings that can be used to connect to the Autonomous Database. Serialized Name: ConnectionStringType.allConnectionStrings |
Dedicated |
The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements. Serialized Name: ConnectionStringType.dedicated |
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. Serialized Name: ConnectionStringType.high |
Low |
The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements. Serialized Name: ConnectionStringType.low |
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. Serialized Name: ConnectionStringType.medium |
Profiles |
A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata. Serialized Name: ConnectionStringType.profiles |
Explicit Interface Implementations
IJsonModel<ConnectionStringType>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ConnectionStringType>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ConnectionStringType>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ConnectionStringType>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ConnectionStringType>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET