Skip to content
DocsTry Aspire
DocsTry

RabbitMQServerResource Properties

ClassProperties9 members
A resource that represents a RabbitMQ resource.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the RabbitMQ server.
public ReferenceExpression ConnectionStringExpression { get; }
HostSection titled HostEndpointReferenceExpression
Gets the host endpoint reference for this resource.
public EndpointReferenceExpression Host { get; }
ManagementEndpointSection titled ManagementEndpointEndpointReference
Gets the management endpoint for the RabbitMQ server.
public EndpointReference ManagementEndpoint { get; }
PasswordParameterSection titled PasswordParameterParameterResource
Gets the parameter that contains the RabbitMQ server password.
public ParameterResource PasswordParameter { get; }
PortSection titled PortEndpointReferenceExpression
Gets the port endpoint reference for this resource.
public EndpointReferenceExpression Port { get; }
PrimaryEndpointSection titled PrimaryEndpointEndpointReference
Gets the primary endpoint for the RabbitMQ server.
public EndpointReference PrimaryEndpoint { get; }
UriExpressionSection titled UriExpressionReferenceExpression
Gets the connection URI expression for the RabbitMQ server.
public ReferenceExpression UriExpression { get; }
Format: amqp://{user}:{password}@{host}:{port}.
UserNameParameterSection titled UserNameParameternullableParameterResource?
Gets the parameter that contains the RabbitMQ server user name.
public ParameterResource? UserNameParameter { get; }
UserNameReferenceSection titled UserNameReferenceReferenceExpression
Gets a reference to the user name for the RabbitMQ server.
public ReferenceExpression UserNameReference { get; }
Returns the user name parameter if specified, otherwise returns the default user name "guest".