你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzServiceLinkerConfluentBootstrapServerObject
为 ConfluentBootstrapServer 创建内存中对象。
语法
New-AzServiceLinkerConfluentBootstrapServerObject
-Endpoint <String>
[<CommonParameters>]
说明
为 ConfluentBootstrapServer 创建内存中对象。
示例
示例 1:在 Confluent 云上为 Kafka 服务器创建目标资源对象
New-AzServiceLinkerConfluentBootstrapServerObject -Endpoint "pkc-xxxx.eastus.azure.confluent.cloud:9092"
Endpoint
--------
pkc-xxxx.eastus.azure.confluent.cloud:9092
在 Confluent 云上为 Kafka 服务器创建目标资源对象
参数
-Endpoint
服务的终结点。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |