Class DataExportSettings

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.security.fluent.models.SettingInner
com.azure.resourcemanager.security.models.DataExportSettings

public final class DataExportSettings extends SettingInner
Represents a data export setting.
  • Constructor Details

    • DataExportSettings

      public DataExportSettings()
  • Method Details

    • enabled

      public Boolean enabled()
      Get the enabled property: Is the data export setting enabled.
      Returns:
      the enabled value.
    • withEnabled

      public DataExportSettings withEnabled(Boolean enabled)
      Set the enabled property: Is the data export setting enabled.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the DataExportSettings object itself.
    • validate

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