Share via


MySqlServerPrivateEndpointConnectionProperties Class

Definition

Properties of a private endpoint connection.

public class MySqlServerPrivateEndpointConnectionProperties
public class MySqlServerPrivateEndpointConnectionProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MySql.Models.MySqlServerPrivateEndpointConnectionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MySql.Models.MySqlServerPrivateEndpointConnectionProperties>
type MySqlServerPrivateEndpointConnectionProperties = class
type MySqlServerPrivateEndpointConnectionProperties = class
    interface IJsonModel<MySqlServerPrivateEndpointConnectionProperties>
    interface IPersistableModel<MySqlServerPrivateEndpointConnectionProperties>
Public Class MySqlServerPrivateEndpointConnectionProperties
Public Class MySqlServerPrivateEndpointConnectionProperties
Implements IJsonModel(Of MySqlServerPrivateEndpointConnectionProperties), IPersistableModel(Of MySqlServerPrivateEndpointConnectionProperties)
Inheritance
MySqlServerPrivateEndpointConnectionProperties
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<MySqlServerPrivateEndpointConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MySqlServerPrivateEndpointConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MySqlServerPrivateEndpointConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MySqlServerPrivateEndpointConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MySqlServerPrivateEndpointConnectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to