IoTSecuritySolutionModel.DefinitionStages.WithExport Interface

public static interface IoTSecuritySolutionModel.DefinitionStages.WithExport

The stage of the IoTSecuritySolutionModel definition allowing to specify export.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExport(List<ExportData> export)

Specifies the export property: List of additional options for exporting to workspace data..

Method Details

withExport

public abstract IoTSecuritySolutionModel.DefinitionStages.WithCreate withExport(List export)

Specifies the export property: List of additional options for exporting to workspace data..

Parameters:

export - List of additional options for exporting to workspace data.

Returns:

the next definition stage.

Applies to