Share via


ProbeType Enum

Definition

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.

Applies to