IComputeResource
Interface net10.0
Represents a compute resource.
namespace Aspire.Hosting.ApplicationModel;
public interface IComputeResource : Aspire.Hosting.ApplicationModel.IResource{ // ...}Remarks
Section titled Remarks 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.