你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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