Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

DistributedApplicationBuilder

Classnet10.0
📦 Aspire.Hosting v13.5.4
A builder for creating instances of DistributedApplication.
namespace Aspire.Hosting;
public class DistributedApplicationBuilder
: Aspire.Hosting.IDistributedApplicationBuilder
{
// ...
}

The DistributedApplicationBuilder is the primary implementation of IDistributedApplicationBuilder within Aspire. Typically a developer would interact with instances of this class via the IDistributedApplicationBuilder interface which was created using one of the DistributedApplication.CreateBuilder overloads.

For more information on how to configure the DistributedApplication using the the builder pattern see IDistributedApplicationBuilder.

View all constructors
View all properties
View all methods