Class ContainerProbeSettings
java.lang.Object
com.azure.resourcemanager.appplatform.models.ContainerProbeSettings
Container liveness and readiness probe settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the disableProbe property: Indicates whether disable the liveness and readiness probe.voidvalidate()Validates the instance.withDisableProbe(Boolean disableProbe) Set the disableProbe property: Indicates whether disable the liveness and readiness probe.
-
Constructor Details
-
ContainerProbeSettings
public ContainerProbeSettings()
-
-
Method Details
-
disableProbe
Get the disableProbe property: Indicates whether disable the liveness and readiness probe.- Returns:
- the disableProbe value.
-
withDisableProbe
Set the disableProbe property: Indicates whether disable the liveness and readiness probe.- Parameters:
disableProbe- the disableProbe value to set.- Returns:
- the ContainerProbeSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-