ArmHDInsightModelFactory.ConnectivityEndpoint Method

Definition

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

Parameters

name
String

The name of the endpoint.

protocol
String

The protocol of the endpoint.

endpointLocation
String

The location of the endpoint.

port
Nullable<Int32>

The port to connect to.

privateIPAddress
IPAddress

The private ip address of the endpoint.

Returns

A new ConnectivityEndpoint instance for mocking.

Applies to