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