Class ContainerProbeSettings

java.lang.Object
com.azure.resourcemanager.appplatform.models.ContainerProbeSettings

public final class ContainerProbeSettings extends Object
Container liveness and readiness probe settings.
  • Constructor Details

    • ContainerProbeSettings

      public ContainerProbeSettings()
      Creates an instance of ContainerProbeSettings class.
  • Method Details

    • disableProbe

      public Boolean disableProbe()
      Get the disableProbe property: Indicates whether disable the liveness and readiness probe.
      Returns:
      the disableProbe value.
    • withDisableProbe

      public ContainerProbeSettings withDisableProbe(Boolean disableProbe)
      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.