Class ManagedClusterSecurityProfileDefenderSecurityMonitoring

java.lang.Object
com.azure.resourcemanager.containerservice.models.ManagedClusterSecurityProfileDefenderSecurityMonitoring

public final class ManagedClusterSecurityProfileDefenderSecurityMonitoring extends Object
Microsoft Defender settings for the security profile threat detection.
  • Constructor Details

    • ManagedClusterSecurityProfileDefenderSecurityMonitoring

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

    • enabled

      public Boolean enabled()
      Get the enabled property: Whether to enable Defender threat detection.
      Returns:
      the enabled value.
    • withEnabled

      Set the enabled property: Whether to enable Defender threat detection.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the ManagedClusterSecurityProfileDefenderSecurityMonitoring object itself.
    • validate

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