Share via


AzureHDInsightKafkaRestProperties Constructors

Definition

Overloads

AzureHDInsightKafkaRestProperties()
AzureHDInsightKafkaRestProperties(AzureHDInsightClientGroupInfo)
AzureHDInsightKafkaRestProperties(KafkaRestProperties)

AzureHDInsightKafkaRestProperties()

public AzureHDInsightKafkaRestProperties ();
Public Sub New ()

Applies to

AzureHDInsightKafkaRestProperties(AzureHDInsightClientGroupInfo)

public AzureHDInsightKafkaRestProperties (Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightClientGroupInfo clientGroupInfo = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightKafkaRestProperties : Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightClientGroupInfo -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightKafkaRestProperties
Public Sub New (Optional clientGroupInfo As AzureHDInsightClientGroupInfo = Nothing)

Parameters

Applies to

AzureHDInsightKafkaRestProperties(KafkaRestProperties)

public AzureHDInsightKafkaRestProperties (Microsoft.Azure.Management.HDInsight.Models.KafkaRestProperties kafkaRestProperties = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightKafkaRestProperties : Microsoft.Azure.Management.HDInsight.Models.KafkaRestProperties -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightKafkaRestProperties
Public Sub New (Optional kafkaRestProperties As KafkaRestProperties = Nothing)

Parameters

kafkaRestProperties
KafkaRestProperties

Applies to