Share via


ConnectivityEndpoint Class

Definition

The connectivity properties.

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

Constructors

ConnectivityEndpoint()

Initializes a new instance of ConnectivityEndpoint.

Properties

EndpointLocation

The location of the endpoint.

Name

The name of the endpoint.

Port

The port to connect to.

PrivateIPAddress

The private ip address of the endpoint.

Protocol

The protocol of the endpoint.

Explicit Interface Implementations

IJsonModel<ConnectivityEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectivityEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectivityEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectivityEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectivityEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to