Skip to content
Docs Try Aspire

IResourceWithEndpoints

Interface net10.0
📦 Aspire.Hosting v13.1.2
Represents a resource that has endpoints associated with it.
namespace Aspire.Hosting.ApplicationModel;
public interface IResourceWithEndpoints
: Aspire.Hosting.ApplicationModel.IResource
{
// ...
}