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

PrivateEndpointId

Gets or sets Id.

PrivateLinkServiceConnectionState

Connection state of the private endpoint connection.

ProvisioningState

State of the private endpoint connection.

Explicit Interface Implementations

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