AzureHDInsightConnectivityEndpoint 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
AzureHDInsightConnectivityEndpoint() | |
AzureHDInsightConnectivityEndpoint(ConnectivityEndpoint) | |
AzureHDInsightConnectivityEndpoint(String, String, String, Nullable<Int32>, String) |
AzureHDInsightConnectivityEndpoint()
public AzureHDInsightConnectivityEndpoint ();
Public Sub New ()
Applies to
AzureHDInsightConnectivityEndpoint(ConnectivityEndpoint)
public AzureHDInsightConnectivityEndpoint (Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint connectivityEndpoint = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConnectivityEndpoint : Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConnectivityEndpoint
Public Sub New (Optional connectivityEndpoint As ConnectivityEndpoint = Nothing)
Parameters
- connectivityEndpoint
- ConnectivityEndpoint
Applies to
AzureHDInsightConnectivityEndpoint(String, String, String, Nullable<Int32>, String)
public AzureHDInsightConnectivityEndpoint (string name = default, string protocol = default, string location = default, int? port = default, string privateIPAddress = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConnectivityEndpoint : string * string * string * Nullable<int> * string -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConnectivityEndpoint
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
- protocol
- String
- location
- String
- privateIPAddress
- String