AutonomousDatabaseConnectionStringProfile 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.
The connection string profile to allow clients to group, filter and select connection string values based on structured metadata.
public class AutonomousDatabaseConnectionStringProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseConnectionStringProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseConnectionStringProfile>
type AutonomousDatabaseConnectionStringProfile = class
interface IJsonModel<AutonomousDatabaseConnectionStringProfile>
interface IPersistableModel<AutonomousDatabaseConnectionStringProfile>
Public Class AutonomousDatabaseConnectionStringProfile
Implements IJsonModel(Of AutonomousDatabaseConnectionStringProfile), IPersistableModel(Of AutonomousDatabaseConnectionStringProfile)
- Inheritance
-
AutonomousDatabaseConnectionStringProfile
- Implements
Properties
ConsumerGroup |
Consumer group used by the connection. |
DisplayName |
A user-friendly name for the connection. |
HostFormat |
Host format used in connection string. |
IsRegional |
True for a regional connection string, applicable to cross-region DG only. |
Protocol |
Protocol used by the connection. |
SessionMode |
Specifies whether the listener performs a direct hand-off of the session, or redirects the session. |
SyntaxFormat |
Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. |
TlsAuthentication |
Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication. |
Value |
Connection string value. |
Explicit Interface Implementations
IJsonModel<AutonomousDatabaseConnectionStringProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AutonomousDatabaseConnectionStringProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AutonomousDatabaseConnectionStringProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AutonomousDatabaseConnectionStringProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AutonomousDatabaseConnectionStringProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET