次の方法で共有


ProfileType Class

Definition

The connection string profile to allow clients to group, filter and select connection string values based on structured metadata. Serialized Name: ProfileType

public class ProfileType : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.ProfileType>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.ProfileType>
type ProfileType = class
    interface IJsonModel<ProfileType>
    interface IPersistableModel<ProfileType>
Public Class ProfileType
Implements IJsonModel(Of ProfileType), IPersistableModel(Of ProfileType)
Inheritance
ProfileType
Implements

Properties

ConsumerGroup

Consumer group used by the connection. Serialized Name: ProfileType.consumerGroup

DisplayName

A user-friendly name for the connection. Serialized Name: ProfileType.displayName

HostFormat

Host format used in connection string. Serialized Name: ProfileType.hostFormat

IsRegional

True for a regional connection string, applicable to cross-region DG only. Serialized Name: ProfileType.isRegional

Protocol

Protocol used by the connection. Serialized Name: ProfileType.protocol

SessionMode

Specifies whether the listener performs a direct hand-off of the session, or redirects the session. Serialized Name: ProfileType.sessionMode

SyntaxFormat

Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Serialized Name: ProfileType.syntaxFormat

TlsAuthentication

Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication. Serialized Name: ProfileType.tlsAuthentication

Value

Connection string value. Serialized Name: ProfileType.value

Explicit Interface Implementations

IJsonModel<ProfileType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ProfileType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProfileType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProfileType>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ProfileType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to