Interface IoTSecuritySolutionModel.DefinitionStages.WithDisabledDataSources

All Known Subinterfaces:
IoTSecuritySolutionModel.Definition, IoTSecuritySolutionModel.DefinitionStages.WithCreate
Enclosing interface:
IoTSecuritySolutionModel.DefinitionStages

public static interface IoTSecuritySolutionModel.DefinitionStages.WithDisabledDataSources
The stage of the IoTSecuritySolutionModel definition allowing to specify disabledDataSources.
  • Method Details

    • withDisabledDataSources

      IoTSecuritySolutionModel.DefinitionStages.WithCreate withDisabledDataSources(List<DataSource> disabledDataSources)
      Specifies the disabledDataSources property: Disabled data sources. Disabling these data sources compromises the system..
      Parameters:
      disabledDataSources - Disabled data sources. Disabling these data sources compromises the system.
      Returns:
      the next definition stage.