Class DataExportSettingProperties

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

public final class DataExportSettingProperties extends Object
The data export setting properties.
  • Constructor Details

    • DataExportSettingProperties

      public DataExportSettingProperties()
  • Method Details

    • enabled

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

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

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