Skip to content
DocsTry Aspire
DocsTry

IResourceWithEnvironment

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