HDInsightApplicationEndpoint Class

Definition

Gets the application SSH endpoint.

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

Constructors

HDInsightApplicationEndpoint()

Initializes a new instance of HDInsightApplicationEndpoint.

Properties

DestinationPort

The destination port to connect to.

EndpointLocation

The location of the endpoint.

PrivateIPAddress

The private ip address of the endpoint.

PublicPort

The public port to connect to.

Explicit Interface Implementations

IJsonModel<HDInsightApplicationEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightApplicationEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightApplicationEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightApplicationEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightApplicationEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to