Uses of Class
com.microsoft.azure.management.containerinstance.ContainerProbe
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of ContainerProbe in com.microsoft.azure.management.containerinstance
Modifier and TypeMethodDescriptionContainer.livenessProbe()
Get the liveness probe.Container.readinessProbe()
Get the readiness probe.ContainerProbe.withExec
(ContainerExec exec) Set the execution command to probe.ContainerProbe.withFailureThreshold
(Integer failureThreshold) Set the failure threshold.ContainerProbe.withHttpGet
(ContainerHttpGet httpGet) Set the Http Get settings to probe.ContainerProbe.withInitialDelaySeconds
(Integer initialDelaySeconds) Set the initial delay seconds.ContainerProbe.withPeriodSeconds
(Integer periodSeconds) Set the period seconds.ContainerProbe.withSuccessThreshold
(Integer successThreshold) Set the success threshold.ContainerProbe.withTimeoutSeconds
(Integer timeoutSeconds) Set the timeout seconds.Modifier and TypeMethodDescriptionContainer.withLivenessProbe
(ContainerProbe livenessProbe) Set the liveness probe.Container.withReadinessProbe
(ContainerProbe readinessProbe) Set the readiness probe.