Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerProbe
Packages that use ContainerProbe
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
null.
Package containing the data models for ContainerInstanceManagementClient.
null.
-
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
Classes in com.azure.resourcemanager.containerinstance.models that implement interfaces with type arguments of type ContainerProbeModifier and TypeClassDescriptionfinal classThe container probe, for liveness or readiness.Methods in com.azure.resourcemanager.containerinstance.models that return ContainerProbeModifier and TypeMethodDescriptionstatic ContainerProbeContainerProbe.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerProbe from the JsonReader.Container.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.