MalwareScanProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The MalwareScanProperties.
public class MalwareScanProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.MalwareScanProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.MalwareScanProperties>
type MalwareScanProperties = class
interface IJsonModel<MalwareScanProperties>
interface IPersistableModel<MalwareScanProperties>
Public Class MalwareScanProperties
Implements IJsonModel(Of MalwareScanProperties), IPersistableModel(Of MalwareScanProperties)
- Inheritance
-
MalwareScanProperties
- Implements
Properties
| Name | Description |
|---|---|
| ScanEndTime |
The time at which the scan has ended. Only available for a scan which has terminated. |
| ScanId |
The identifier of the scan. |
| ScanStartTime |
The time at which the scan had been initiated. |
| ScanStatus |
A status code of the scan operation. |
| ScanStatusMessage |
A description of the status of the scan. |
| ScanSummary |
A summary of the scan results. |