Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerProbe
Packages that use ContainerProbe
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
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 ContainerProbeModifier and TypeMethodDescriptionContainerProperties.livenessProbe()Get the livenessProbe property: The liveness probe.ContainerProperties.readinessProbe()Get the readinessProbe property: The readiness probe.Methods in com.azure.resourcemanager.containerinstance.fluent.models with parameters of type ContainerProbeModifier and TypeMethodDescriptionContainerProperties.withLivenessProbe(ContainerProbe livenessProbe) Set the livenessProbe property: The liveness probe.ContainerProperties.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 ContainerProbeModifier and TypeMethodDescriptionContainer.livenessProbe()Get the livenessProbe property: The liveness probe.Container.readinessProbe()Get the readinessProbe property: The readiness probe.ContainerProbe.withExec(ContainerExec exec) Set the exec property: The execution command to probe.ContainerProbe.withFailureThreshold(Integer failureThreshold) Set the failureThreshold property: The failure threshold.ContainerProbe.withHttpGet(ContainerHttpGet httpGet) Set the httpGet property: The Http Get settings to probe.ContainerProbe.withInitialDelaySeconds(Integer initialDelaySeconds) Set the initialDelaySeconds property: The initial delay seconds.ContainerProbe.withPeriodSeconds(Integer periodSeconds) Set the periodSeconds property: The period seconds.ContainerProbe.withSuccessThreshold(Integer successThreshold) Set the successThreshold property: The success threshold.ContainerProbe.withTimeoutSeconds(Integer timeoutSeconds) Set the timeoutSeconds property: The timeout seconds.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type ContainerProbeModifier and TypeMethodDescriptionContainer.withLivenessProbe(ContainerProbe livenessProbe) Set the livenessProbe property: The liveness probe.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithLivenessProbe.withLivenessProbe(ContainerProbe livenessProbe) Specifies the container's liveness probe.Container.withReadinessProbe(ContainerProbe readinessProbe) Set the readinessProbe property: The readiness probe.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithReadinessProbe.withReadinessProbe(ContainerProbe readinessProbe) Specifies the container's readiness probe.