Поделиться через


PgVersionsResult Class

Definition

Response model for PostgreSQL versions.

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

Properties

Versions

List of PostgreSQL versions.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PgVersionsResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PgVersionsResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PgVersionsResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PgVersionsResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PgVersionsResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to