New-AzServiceLinkerConfluentBootstrapServerObject
Create an in-memory object for ConfluentBootstrapServer.
Syntax
New-AzServiceLinkerConfluentBootstrapServerObject
-Endpoint <String>
[<CommonParameters>]
Description
Create an in-memory object for ConfluentBootstrapServer.
Examples
Example 1: Create an target resource object for Kafka server on Confluent cloud
New-AzServiceLinkerConfluentBootstrapServerObject -Endpoint "pkc-xxxx.eastus.azure.confluent.cloud:9092"
Endpoint
--------
pkc-xxxx.eastus.azure.confluent.cloud:9092
Create an target resource object for Kafka server on Confluent cloud
Parameters
-Endpoint
The endpoint of service.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |