MySqlServerPrivateEndpointConnection Class

Definition

A private endpoint connection under a server.

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

Properties

Id

Resource Id of the private endpoint connection.

Properties

Private endpoint connection properties.

Explicit Interface Implementations

IJsonModel<MySqlServerPrivateEndpointConnection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MySqlServerPrivateEndpointConnection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MySqlServerPrivateEndpointConnection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MySqlServerPrivateEndpointConnection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MySqlServerPrivateEndpointConnection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to