5 references to HealthProbe
Aspire.Hosting (5)
Dcp\Model\Container.cs (1)
203public List<HealthProbe>? HealthProbes { get; set; }
Dcp\Model\Executable.cs (1)
61public List<HealthProbe>? HealthProbes { get; set; }
Dcp\Model\ModelCommon.cs (3)
285/// If <see cref="HealthProbe.Type"/> is HTTP, this configures the health probe. 291/// If <see cref="HealthProbe.Type"/> is Executable, this configures the health probe. 429/// The name of the probe that generated this result. Corresponds to a specific <see cref="HealthProbe"/>