MalwareScanningPropertiesArgs

data class MalwareScanningPropertiesArgs(val capGBPerMonth: Output<Int>? = null, val isEnabled: Output<Boolean>? = null, val scanResultsEventGridTopicResourceId: Output<String>? = null) : ConvertibleToJava<MalwareScanningPropertiesArgs>

Properties of Malware Scanning.

Constructors

Link copied to clipboard
constructor(capGBPerMonth: Output<Int>? = null, isEnabled: Output<Boolean>? = null, scanResultsEventGridTopicResourceId: Output<String>? = null)

Properties

Link copied to clipboard
val capGBPerMonth: Output<Int>? = null

Defines the max GB to be scanned per Month. Set to -1 if no capping is needed.

Link copied to clipboard
val isEnabled: Output<Boolean>? = null

Indicates whether On Upload malware scanning should be enabled.

Link copied to clipboard

Optional. Resource id of an Event Grid Topic to send scan results to.

Functions

Link copied to clipboard
open override fun toJava(): MalwareScanningPropertiesArgs