ArmHDInsightModelFactory.HDInsightApplicationEndpoint Method

Definition

public static Azure.ResourceManager.HDInsight.Models.HDInsightApplicationEndpoint HDInsightApplicationEndpoint(string endpointLocation = default, int? destinationPort = default, int? publicPort = default, System.Net.IPAddress privateIPAddress = default);
static member HDInsightApplicationEndpoint : string * Nullable<int> * Nullable<int> * System.Net.IPAddress -> Azure.ResourceManager.HDInsight.Models.HDInsightApplicationEndpoint
Public Shared Function HDInsightApplicationEndpoint (Optional endpointLocation As String = Nothing, Optional destinationPort As Nullable(Of Integer) = Nothing, Optional publicPort As Nullable(Of Integer) = Nothing, Optional privateIPAddress As IPAddress = Nothing) As HDInsightApplicationEndpoint

Parameters

endpointLocation
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
IPAddress

The private ip address of the endpoint.

Returns

A new HDInsightApplicationEndpoint instance for mocking.

Applies to