Sdílet prostřednictvím


AzureHDInsightNetworkProperties Constructors

Definition

Overloads

AzureHDInsightNetworkProperties()
AzureHDInsightNetworkProperties(NetworkProperties)
AzureHDInsightNetworkProperties(String, 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