AzureHDInsightKafkaRestProperties 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
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
- clientGroupInfo
- AzureHDInsightClientGroupInfo
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