Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

IResourceWithParameters

Interfacenet10.0
📦 Aspire.Hosting v13.5.4
Represents a resource that has parameters.
namespace Aspire.Hosting.ApplicationModel;
public interface IResourceWithParameters
: Aspire.Hosting.ApplicationModel.IResource
{
// ...
}
This interface can be used to inspect the parameters of a resource and their values.
View all properties