RedPandaConsoleContainerResource Constructors
ClassConstructors1 member
A resource that represents a Redpanda Console container, a web UI for managing and inspecting one or more Redpanda (or Kafka) brokers.
Constructor(string)Section titled Constructor(string) A resource that represents a Redpanda Console container, a web UI for managing and inspecting one or more Redpanda (or Kafka) brokers.
public class RedPandaConsoleContainerResource{ public RedPandaConsoleContainerResource( string name) { // ... }}Parameters
namestringThe name of the resource.