Skip to content
DocsTry Aspire
DocsTry

LavinMQContainerResource Properties

ClassProperties5 members
Represents a container resource for LavinMQ with configurable authentication parameters and connection endpoint details, implementing the IResourceWithConnectionString interface.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
ConnectionString for the LavinMQ server in the form of amqp://guest:guest@host:port/.
public ReferenceExpression ConnectionStringExpression { get; }
HostSection titled HostEndpointReferenceExpression
Gets the host endpoint reference for this resource.
public EndpointReferenceExpression Host { get; }
PortSection titled PortEndpointReferenceExpression
Gets the port endpoint reference for this resource.
public EndpointReferenceExpression Port { get; }
PrimaryEndpointSection titled PrimaryEndpointEndpointReference
Gets the primary AMQP endpoint for the LavinMQ resource.
public EndpointReference PrimaryEndpoint { get; }
UriExpressionSection titled UriExpressionReferenceExpression
Gets the connection URI expression for the LavinMQ server.
public ReferenceExpression UriExpression { get; }
Format: amqp://{user}:{password}@{host}:{port}/.