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 |
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell