Skip to content
Docs Try Aspire

LavinMQContainerResource Properties

Class Properties 4 members
Represents a container resource for LavinMQ with configurable authentication parameters and connection endpoint details, implementing the IResourceWithConnectionString interface.
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
ConnectionString for the LavinMQ server in the form of amqp://guest:guest@host:port/.
public ReferenceExpression ConnectionStringExpression { get; }
Host Section titled Host EndpointReferenceExpression
Gets the host endpoint reference for this resource.
public EndpointReferenceExpression Host { get; }
Port Section titled Port EndpointReferenceExpression
Gets the port endpoint reference for this resource.
public EndpointReferenceExpression Port { get; }
UriExpression Section titled UriExpression ReferenceExpression
Gets the connection URI expression for the LavinMQ server.
public ReferenceExpression UriExpression { get; }
Format: amqp://{user}:{password}@{host}:{port}/.