IResourceWithParameters
Interface net10.0
Represents a resource that has parameters.
namespace Aspire.Hosting.ApplicationModel;
public interface IResourceWithParameters : Aspire.Hosting.ApplicationModel.IResource{ // ...}Remarks
Section titled Remarks This interface can be used to inspect the parameters of a resource and their values.