RabbitMQServerResource
Class net10.0
A resource that represents a RabbitMQ resource.
namespace Aspire.Hosting.ApplicationModel;
public class RabbitMQServerResource : Aspire.Hosting.ApplicationModel.ContainerResource, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IResourceWithEnvironment, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} ContainerResourceIManifestExpressionProviderIResourceIResourceWithConnectionStringIResourceWithEnvironmentIValueProviderIValueWithReferences
10 members
Constructors1
Section titled ConstructorsRabbitMQServerResource(string, ParameterResource?, ParameterResource) Initializes a new instance of the
RabbitMQServerResource class. Properties9
Section titled PropertiesConnectionStringExpressiongetReferenceExpression Gets the connection string expression for the RabbitMQ server.
HostgetEndpointReferenceExpression Gets the host endpoint reference for this resource.
ManagementEndpointgetEndpointReference Gets the management endpoint for the RabbitMQ server.
PasswordParametergetParameterResource Gets the parameter that contains the RabbitMQ server password.
PortgetEndpointReferenceExpression Gets the port endpoint reference for this resource.
PrimaryEndpointgetEndpointReference Gets the primary endpoint for the RabbitMQ server.
UriExpressiongetReferenceExpression Gets the connection URI expression for the RabbitMQ server.
UserNameParametergetParameterResource? Gets the parameter that contains the RabbitMQ server user name.
UserNameReferencegetReferenceExpression Gets a reference to the user name for the RabbitMQ server.