MalwareScanningPropertiesResponse

data class MalwareScanningPropertiesResponse(val capGBPerMonth: Int? = null, val isEnabled: Boolean? = null, val operationStatus: OperationStatusResponse, val scanResultsEventGridTopicResourceId: String? = null)

Properties of Malware Scanning.

Constructors

Link copied to clipboard
constructor(capGBPerMonth: Int? = null, isEnabled: Boolean? = null, operationStatus: OperationStatusResponse, scanResultsEventGridTopicResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capGBPerMonth: 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: Boolean? = null

Indicates whether On Upload malware scanning should be enabled.

Link copied to clipboard

Upon failure or partial success. Additional data describing Malware Scanning enable/disable operation.

Link copied to clipboard

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