ProbeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum representing the type of probe.
public enum ProbeType
type ProbeType =
Public Enum ProbeType
- Inheritance
-
ProbeType
Fields
| Name | Value | Description |
|---|---|---|
| Startup | 0 | Startup probe. |
| Readiness | 1 | Readiness probe. |
| Liveness | 2 | Liveness probe. |