Uses of Class
com.microsoft.azure.management.containerinstance.ContainerProbe
Packages that use ContainerProbe
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of ContainerProbe in com.microsoft.azure.management.containerinstance
Methods in com.microsoft.azure.management.containerinstance that return ContainerProbeModifier 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.Methods in com.microsoft.azure.management.containerinstance with parameters of type ContainerProbeModifier and TypeMethodDescriptionContainer.withLivenessProbe
(ContainerProbe livenessProbe) Set the liveness probe.Container.withReadinessProbe
(ContainerProbe readinessProbe) Set the readiness probe.