Share via


HDInsightApplicationHttpsEndpoint Class

Definition

Gets the application HTTP endpoints.

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

Constructors

HDInsightApplicationHttpsEndpoint()

Initializes a new instance of HDInsightApplicationHttpsEndpoint.

Properties

AccessModes

The list of access modes for the application.

DestinationPort

The destination port to connect to.

DisableGatewayAuth

The value indicates whether to disable GatewayAuth.

EndpointLocation

The location of the endpoint.

PrivateIPAddress

The private ip address of the endpoint.

PublicPort

The public port to connect to.

SubDomainSuffix

The subdomain suffix of the application.

Explicit Interface Implementations

IJsonModel<HDInsightApplicationHttpsEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightApplicationHttpsEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightApplicationHttpsEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightApplicationHttpsEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightApplicationHttpsEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to