次の方法で共有


AllConnectionStringType Class

Definition

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

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

Properties

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: AllConnectionStringType.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: AllConnectionStringType.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: AllConnectionStringType.medium

Explicit Interface Implementations

IJsonModel<AllConnectionStringType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AllConnectionStringType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AllConnectionStringType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AllConnectionStringType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AllConnectionStringType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to