Share via


AzureHDInsightNetworkProperties Constructors

Definition

Overloads

AzureHDInsightNetworkProperties()
AzureHDInsightNetworkProperties(NetworkProperties)
AzureHDInsightNetworkProperties(String, String)
AzureHDInsightNetworkProperties(String, String, IpTag, String)

AzureHDInsightNetworkProperties()

public AzureHDInsightNetworkProperties ();
Public Sub New ()

Applies to

AzureHDInsightNetworkProperties(NetworkProperties)

public AzureHDInsightNetworkProperties (Microsoft.Azure.Management.HDInsight.Models.NetworkProperties networkProperties = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightNetworkProperties : Microsoft.Azure.Management.HDInsight.Models.NetworkProperties -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightNetworkProperties
Public Sub New (Optional networkProperties As NetworkProperties = Nothing)

Parameters

networkProperties
NetworkProperties

Applies to

AzureHDInsightNetworkProperties(String, String)

public AzureHDInsightNetworkProperties (string resourceProviderConnection = default, string privateLink = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightNetworkProperties : string * string -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightNetworkProperties
Public Sub New (Optional resourceProviderConnection As String = Nothing, Optional privateLink As String = Nothing)

Parameters

resourceProviderConnection
String
privateLink
String

Applies to

AzureHDInsightNetworkProperties(String, String, IpTag, String)

public AzureHDInsightNetworkProperties (string resourceProviderConnection = default, string privateLink = default, Microsoft.Azure.Management.HDInsight.Models.IpTag publicIPTag = default, string outboundDependenciesManagedType = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightNetworkProperties : string * string * Microsoft.Azure.Management.HDInsight.Models.IpTag * string -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightNetworkProperties
Public Sub New (Optional resourceProviderConnection As String = Nothing, Optional privateLink As String = Nothing, Optional publicIPTag As IpTag = Nothing, Optional outboundDependenciesManagedType As String = Nothing)

Parameters

resourceProviderConnection
String
privateLink
String
publicIPTag
IpTag
outboundDependenciesManagedType
String

Applies to