Edit

New-AzServiceLinkerConfluentBootstrapServerObject

This cmdlet is part of a Preview module. Preview versions aren't recommended for use in production environments. For more information, see https://aka.ms/azps-refstatus.

Create an in-memory object for ConfluentBootstrapServer.

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Outputs

ConfluentBootstrapServer