Share via


PostgreSqlServerPrivateEndpointConnectionProperties Class

Definition

Properties of a private endpoint connection.

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

Properties

Name Description
PrivateEndpointId

Gets or sets Id.

PrivateLinkServiceConnectionState

Connection state of the private endpoint connection.

ProvisioningState

State of the private endpoint connection.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<PostgreSqlServerPrivateEndpointConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlServerPrivateEndpointConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlServerPrivateEndpointConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlServerPrivateEndpointConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlServerPrivateEndpointConnectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to