Class AdvancedThreatProtectionProperties

java.lang.Object
com.azure.resourcemanager.security.fluent.models.AdvancedThreatProtectionProperties

public final class AdvancedThreatProtectionProperties extends Object
The Advanced Threat Protection settings.
  • Constructor Details

    • AdvancedThreatProtectionProperties

      public AdvancedThreatProtectionProperties()
  • Method Details

    • isEnabled

      public Boolean isEnabled()
      Get the isEnabled property: Indicates whether Advanced Threat Protection is enabled.
      Returns:
      the isEnabled value.
    • withIsEnabled

      public AdvancedThreatProtectionProperties withIsEnabled(Boolean isEnabled)
      Set the isEnabled property: Indicates whether Advanced Threat Protection is enabled.
      Parameters:
      isEnabled - the isEnabled value to set.
      Returns:
      the AdvancedThreatProtectionProperties object itself.
    • validate

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