Aracılığıyla paylaş


ConnectivityEndpoint Constructors

Definition

Overloads

ConnectivityEndpoint()

Initializes a new instance of the ConnectivityEndpoint class.

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

Initializes a new instance of the ConnectivityEndpoint class.

ConnectivityEndpoint()

Initializes a new instance of the ConnectivityEndpoint class.

public ConnectivityEndpoint ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ConnectivityEndpoint class.

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

Parameters

name
String

The name of the endpoint.

protocol
String

The protocol of the endpoint.

location
String

The location of the endpoint.

port
Nullable<Int32>

The port to connect to.

privateIPAddress
String

The private ip address of the endpoint.

Applies to