SqlServerPrivateEndpointConnection Class

Definition

A private endpoint connection under a server.

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

Properties

Id

Resource ID.

Properties

Private endpoint connection properties.

Explicit Interface Implementations

IJsonModel<SqlServerPrivateEndpointConnection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlServerPrivateEndpointConnection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlServerPrivateEndpointConnection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlServerPrivateEndpointConnection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlServerPrivateEndpointConnection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to