Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

IComputeResource

Interfacenet10.0
📦 Aspire.Hosting v13.5.4
Represents a compute resource.
namespace Aspire.Hosting.ApplicationModel;
public interface IComputeResource
: Aspire.Hosting.ApplicationModel.IResource
{
// ...
}
A compute resource is a resource that can be hosted/executed on an IComputeEnvironmentResource. Examples include projects, containers, and other resources that can be executed on a compute environment.