ConnectivityEndpoint Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- privateIPAddress
- String
The private ip address of the endpoint.