Malware Scanning Properties Response
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)
Properties
Link copied to clipboard
Defines the max GB to be scanned per Month. Set to -1 if no capping is needed.
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.