MalwareScanningProperties interface
Properties of Malware Scanning.
Properties
| automated |
Optional. Specifies the automated response action to take when malware is detected. |
| blob |
Optional. Write scan result on BlobIndexTags by default. |
| on |
Properties of On Upload malware scanning. |
| operation |
Upon failure or partial success. Additional data describing Malware Scanning enable/disable operation. |
| scan |
Optional. Resource id of an Event Grid Topic to send scan results to. |
Property Details
automatedResponse
Optional. Specifies the automated response action to take when malware is detected.
automatedResponse?: string
Property Value
string
blobScanResultsOptions
Optional. Write scan result on BlobIndexTags by default.
blobScanResultsOptions?: string
Property Value
string
onUpload
Properties of On Upload malware scanning.
onUpload?: OnUploadProperties
Property Value
operationStatus
Upon failure or partial success. Additional data describing Malware Scanning enable/disable operation.
operationStatus?: OperationStatus
Property Value
scanResultsEventGridTopicResourceId
Optional. Resource id of an Event Grid Topic to send scan results to.
scanResultsEventGridTopicResourceId?: string
Property Value
string