IoTSecuritySolutionModel.DefinitionStages.WithDisabledDataSources Interface

public static interface IoTSecuritySolutionModel.DefinitionStages.WithDisabledDataSources

The stage of the IoTSecuritySolutionModel definition allowing to specify disabledDataSources.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDisabledDataSources(List<DataSource> disabledDataSources)

Specifies the disabledDataSources property: Disabled data sources.

Method Details

withDisabledDataSources

public abstract IoTSecuritySolutionModel.DefinitionStages.WithCreate withDisabledDataSources(List 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.

Applies to