Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerProbe
-
Packages that use ContainerProbe Package Description com.azure.resourcemanager.containerinstance.fluent.models Package containing the inner data models for ContainerInstanceManagementClient.com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of ContainerProbe in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return ContainerProbe Modifier and Type Method Description ContainerProbeContainerProperties. livenessProbe()Get the livenessProbe property: The liveness probe.ContainerProbeContainerProperties. readinessProbe()Get the readinessProbe property: The readiness probe.Methods in com.azure.resourcemanager.containerinstance.fluent.models with parameters of type ContainerProbe Modifier and Type Method Description ContainerPropertiesContainerProperties. withLivenessProbe(ContainerProbe livenessProbe)Set the livenessProbe property: The liveness probe.ContainerPropertiesContainerProperties. withReadinessProbe(ContainerProbe readinessProbe)Set the readinessProbe property: The readiness probe. -
Uses of ContainerProbe in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return ContainerProbe Modifier and Type Method Description ContainerProbeContainer. livenessProbe()Get the livenessProbe property: The liveness probe.ContainerProbeContainer. readinessProbe()Get the readinessProbe property: The readiness probe.ContainerProbeContainerProbe. withExec(ContainerExec exec)Set the exec property: The execution command to probe.ContainerProbeContainerProbe. withFailureThreshold(Integer failureThreshold)Set the failureThreshold property: The failure threshold.ContainerProbeContainerProbe. withHttpGet(ContainerHttpGet httpGet)Set the httpGet property: The Http Get settings to probe.ContainerProbeContainerProbe. withInitialDelaySeconds(Integer initialDelaySeconds)Set the initialDelaySeconds property: The initial delay seconds.ContainerProbeContainerProbe. withPeriodSeconds(Integer periodSeconds)Set the periodSeconds property: The period seconds.ContainerProbeContainerProbe. withSuccessThreshold(Integer successThreshold)Set the successThreshold property: The success threshold.ContainerProbeContainerProbe. withTimeoutSeconds(Integer timeoutSeconds)Set the timeoutSeconds property: The timeout seconds.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type ContainerProbe Modifier and Type Method Description ContainerContainer. withLivenessProbe(ContainerProbe livenessProbe)Set the livenessProbe property: The liveness probe.ContainerContainer. withReadinessProbe(ContainerProbe readinessProbe)Set the readinessProbe property: The readiness probe.
-