Skip to content
Docs Try Aspire

IResourceWithProbes

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