PostgreSqlServerPrivateEndpointConnection Class

Definition

A private endpoint connection under a server.

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

Properties

Id

Resource ID of the Private Endpoint Connection.

Properties

Private endpoint connection properties.

Explicit Interface Implementations

IJsonModel<PostgreSqlServerPrivateEndpointConnection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlServerPrivateEndpointConnection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlServerPrivateEndpointConnection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlServerPrivateEndpointConnection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlServerPrivateEndpointConnection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to