LavinMQContainerResource Constructors
ClassConstructors1 member
Represents a container resource for LavinMQ with configurable authentication parameters and connection endpoint details, implementing the IResourceWithConnectionString interface.
Constructor(string)Section titled Constructor(string) Represents a container resource for LavinMQ with configurable authentication parameters and connection endpoint details, implementing the IResourceWithConnectionString interface.
public class LavinMQContainerResource{ public LavinMQContainerResource( string name) { // ... }}Parameters
namestringThe name of the LavinMQ resource instance.