Skip to content
DocsTry Aspire
DocsTry

KafkaUIContainerResource.withHostPort

Method
📦 Aspire.Hosting.Kafka v13.4.0
interface KafkaUIContainerResource {
// ... omitted for brevity
withHostPort(port: number): KafkaUIContainerResource;
}

Signature

methodwithHostPortbuilder
Configures the host port that the KafkaUI resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): KafkaUIContainerResource
portnumber
KafkaUIContainerResource

Defined on

This method is defined on the following type: