Sdílet prostřednictvím


ApplicationGetEndpoint Constructors

Definition

Overloads

ApplicationGetEndpoint()

Initializes a new instance of the ApplicationGetEndpoint class.

ApplicationGetEndpoint(String, Nullable<Int32>, Nullable<Int32>, String)

Initializes a new instance of the ApplicationGetEndpoint class.

ApplicationGetEndpoint()

Initializes a new instance of the ApplicationGetEndpoint class.

public ApplicationGetEndpoint ();
Public Sub New ()

Applies to

ApplicationGetEndpoint(String, Nullable<Int32>, Nullable<Int32>, String)

Initializes a new instance of the ApplicationGetEndpoint class.

public ApplicationGetEndpoint (string location = default, int? destinationPort = default, int? publicPort = default, string privateIPAddress = default);
new Microsoft.Azure.Management.HDInsight.Models.ApplicationGetEndpoint : string * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.HDInsight.Models.ApplicationGetEndpoint
Public Sub New (Optional location As String = Nothing, Optional destinationPort As Nullable(Of Integer) = Nothing, Optional publicPort As Nullable(Of Integer) = Nothing, Optional privateIPAddress As String = Nothing)

Parameters

location
String

The location of the endpoint.

destinationPort
Nullable<Int32>

The destination port to connect to.

publicPort
Nullable<Int32>

The public port to connect to.

privateIPAddress
String

The private ip address of the endpoint.

Applies to