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