Uses of Class
com.azure.resourcemanager.appcontainers.models.ContainerAppProbe
Packages that use ContainerAppProbe
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of ContainerAppProbe in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ContainerAppProbeModifier and TypeMethodDescriptionstatic ContainerAppProbe
ContainerAppProbe.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerAppProbe from the JsonReader.ContainerAppProbe.withFailureThreshold
(Integer failureThreshold) Set the failureThreshold property: Minimum consecutive failures for the probe to be considered failed after having succeeded.ContainerAppProbe.withHttpGet
(ContainerAppProbeHttpGet httpGet) Set the httpGet property: HTTPGet specifies the http request to perform.ContainerAppProbe.withInitialDelaySeconds
(Integer initialDelaySeconds) Set the initialDelaySeconds property: Number of seconds after the container has started before liveness probes are initiated.ContainerAppProbe.withPeriodSeconds
(Integer periodSeconds) Set the periodSeconds property: How often (in seconds) to perform the probe.ContainerAppProbe.withSuccessThreshold
(Integer successThreshold) Set the successThreshold property: Minimum consecutive successes for the probe to be considered successful after having failed.ContainerAppProbe.withTcpSocket
(ContainerAppProbeTcpSocket tcpSocket) Set the tcpSocket property: TCPSocket specifies an action involving a TCP port.ContainerAppProbe.withTerminationGracePeriodSeconds
(Long terminationGracePeriodSeconds) Set the terminationGracePeriodSeconds property: Optional duration in seconds the pod needs to terminate gracefully upon probe failure.ContainerAppProbe.withTimeoutSeconds
(Integer timeoutSeconds) Set the timeoutSeconds property: Number of seconds after which the probe times out.Set the type property: The type of probe.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ContainerAppProbeModifier and TypeMethodDescriptionContainer.probes()
Get the probes property: List of probes for the container.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type ContainerAppProbeModifier and TypeMethodDescriptionContainer.withProbes
(List<ContainerAppProbe> probes) Set the probes property: List of probes for the container.