Skip to content
DocsTry Aspire
DocsTry

IResourceWithArgs

Interfacenet8.0
📦 Aspire.Hosting v13.4.0
Represents a resource that is associated with commandline arguments.
namespace Aspire.Hosting.ApplicationModel;
public interface IResourceWithArgs
: Aspire.Hosting.ApplicationModel.IResource
{
// ...
}