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