Skip to content
Docs Try Aspire

IComputeResource

Interface net10.0
📦 Aspire.Hosting v13.1.2
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.