Class DetectorDefinition

java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.DetectorDefinition

public final class DetectorDefinition extends Object
Class representing detector definition.
  • Constructor Details

    • DetectorDefinition

      public DetectorDefinition()
  • Method Details

    • displayName

      public String displayName()
      Get the displayName property: Display name of the detector.
      Returns:
      the displayName value.
    • description

      public String description()
      Get the description property: Description of the detector.
      Returns:
      the description value.
    • rank

      public Double rank()
      Get the rank property: Detector Rank.
      Returns:
      the rank value.
    • isEnabled

      public Boolean isEnabled()
      Get the isEnabled property: Flag representing whether detector is enabled or not.
      Returns:
      the isEnabled value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.