Uses of Class
com.azure.resourcemanager.appplatform.models.Probe
Packages that use Probe
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of Probe in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ProbeModifier and TypeMethodDescriptionstatic ProbeProbe.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Probe from the JsonReader.DeploymentSettings.livenessProbe()Get the livenessProbe property: Periodic probe of App Instance liveness.DeploymentSettings.readinessProbe()Get the readinessProbe property: Periodic probe of App Instance service readiness.DeploymentSettings.startupProbe()Get the startupProbe property: StartupProbe indicates that the App Instance has successfully initialized.Probe.withDisableProbe(boolean disableProbe) Set the disableProbe property: Indicate whether the probe is disabled.Probe.withFailureThreshold(Integer failureThreshold) Set the failureThreshold property: Minimum consecutive failures for the probe to be considered failed after having succeeded.Probe.withInitialDelaySeconds(Integer initialDelaySeconds) Set the initialDelaySeconds property: Number of seconds after the App Instance has started before probes are initiated.Probe.withPeriodSeconds(Integer periodSeconds) Set the periodSeconds property: How often (in seconds) to perform the probe.Probe.withProbeAction(ProbeAction probeAction) Set the probeAction property: The action of the probe.Probe.withSuccessThreshold(Integer successThreshold) Set the successThreshold property: Minimum consecutive successes for the probe to be considered successful after having failed.Probe.withTimeoutSeconds(Integer timeoutSeconds) Set the timeoutSeconds property: Number of seconds after which the probe times out.Methods in com.azure.resourcemanager.appplatform.models with parameters of type ProbeModifier and TypeMethodDescriptionDeploymentSettings.withLivenessProbe(Probe livenessProbe) Set the livenessProbe property: Periodic probe of App Instance liveness.DeploymentSettings.withReadinessProbe(Probe readinessProbe) Set the readinessProbe property: Periodic probe of App Instance service readiness.DeploymentSettings.withStartupProbe(Probe startupProbe) Set the startupProbe property: StartupProbe indicates that the App Instance has successfully initialized.