DistributedApplicationBuilderExtensions
Class static net10.0
Extensions for
IDistributedApplicationBuilder. namespace Aspire.Hosting;
public static class DistributedApplicationBuilderExtensions{ // ...}Methods2
Section titled MethodsCreateResourceBuilder(IDistributedApplicationBuilder, string)extension Creates a new resource builder based on the name of an existing resource.
TryCreateResourceBuilder(IDistributedApplicationBuilder, string, IResourceBuilder<T>)extensionbool Attempts to create a new resource builder based on the name of an existing resource.