DefenderForStorageSetting.DefinitionStages.WithIsEnabledMalwareScanningIsEnabled Interface

public static interface DefenderForStorageSetting.DefinitionStages.WithIsEnabledMalwareScanningIsEnabled

The stage of the DefenderForStorageSetting definition allowing to specify isEnabledMalwareScanningIsEnabled.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIsEnabledMalwareScanningIsEnabled(Boolean isEnabledMalwareScanningIsEnabled)

Specifies the isEnabledMalwareScanningIsEnabled property: Indicates whether On Upload malware scanning should be enabled..

Method Details

withIsEnabledMalwareScanningIsEnabled

public abstract DefenderForStorageSetting.DefinitionStages.WithCreate withIsEnabledMalwareScanningIsEnabled(Boolean isEnabledMalwareScanningIsEnabled)

Specifies the isEnabledMalwareScanningIsEnabled property: Indicates whether On Upload malware scanning should be enabled..

Parameters:

isEnabledMalwareScanningIsEnabled - Indicates whether On Upload malware scanning should be enabled.

Returns:

the next definition stage.

Applies to