Skip to content
Docs Try Aspire

IResourceWithEnvironment

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