共用方式為


AzureHDInsightIPConfiguration Constructors

Definition

Overloads

AzureHDInsightIPConfiguration()
AzureHDInsightIPConfiguration(IPConfiguration)

AzureHDInsightIPConfiguration()

public AzureHDInsightIPConfiguration ();
Public Sub New ()

Applies to

AzureHDInsightIPConfiguration(IPConfiguration)

public AzureHDInsightIPConfiguration (Microsoft.Azure.Management.HDInsight.Models.IPConfiguration ipConfiguration);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightIPConfiguration : Microsoft.Azure.Management.HDInsight.Models.IPConfiguration -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightIPConfiguration
Public Sub New (ipConfiguration As IPConfiguration)

Parameters

ipConfiguration
IPConfiguration

Applies to