Class AlertSyncSettingProperties

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

public final class AlertSyncSettingProperties extends Object
The alert sync setting properties.
  • Constructor Details

    • AlertSyncSettingProperties

      public AlertSyncSettingProperties()
  • Method Details

    • enabled

      public boolean enabled()
      Get the enabled property: Is the alert sync setting enabled.
      Returns:
      the enabled value.
    • withEnabled

      public AlertSyncSettingProperties withEnabled(boolean enabled)
      Set the enabled property: Is the alert sync setting enabled.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the AlertSyncSettingProperties object itself.
    • validate

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