ServerPrivateEndpointConnectionProperties Class

Definition

Properties of a private endpoint connection.

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

Properties

ConnectionState

Connection state of the private endpoint connection.

GroupIds

Group IDs.

PrivateEndpointId

Gets or sets Id.

ProvisioningState

State of the private endpoint connection.

Explicit Interface Implementations

IJsonModel<ServerPrivateEndpointConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServerPrivateEndpointConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServerPrivateEndpointConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServerPrivateEndpointConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServerPrivateEndpointConnectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to