ContainerProbe Class
The container probe, for liveness or readiness.
- Inheritance
-
ContainerProbe
Constructor
ContainerProbe(*, exec_property: Optional[azure.mgmt.containerinstance.models._models_py3.ContainerExec] = None, http_get: Optional[azure.mgmt.containerinstance.models._models_py3.ContainerHttpGet] = None, initial_delay_seconds: Optional[int] = None, period_seconds: Optional[int] = None, failure_threshold: Optional[int] = None, success_threshold: Optional[int] = None, timeout_seconds: Optional[int] = None, **kwargs)
Variables
- exec_property
- ContainerExec
The execution command to probe.
- http_get
- <xref:http_get>)<xref: >(ContainerHttpGet
The Http Get settings to probe.
- initial_delay_seconds
- int
The initial delay seconds.
- period_seconds
- int
The period seconds.
- failure_threshold
- int
The failure threshold.
- success_threshold
- int
The success threshold.
- timeout_seconds
- int
The timeout seconds.
Feedback
Submit and view feedback for