ContainerProbe Class
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.
The container probe, for liveness or readiness
public class ContainerProbe
type ContainerProbe = class
Public Class ContainerProbe
- Inheritance
-
ContainerProbe
Constructors
ContainerProbe() |
Initializes a new instance of the ContainerProbe class. |
ContainerProbe(ContainerExec, ContainerHttpGet, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the ContainerProbe class. |
Properties
Exec |
Gets or sets the execution command to probe |
FailureThreshold |
Gets or sets the failure threshold. |
HttpGet |
Gets or sets the Http Get settings to probe |
InitialDelaySeconds |
Gets or sets the initial delay seconds. |
PeriodSeconds |
Gets or sets the period seconds. |
SuccessThreshold |
Gets or sets the success threshold. |
TimeoutSeconds |
Gets or sets the timeout seconds. |
Methods
Validate() |
Validate the object. |