ArmSecurityCenterModelFactory.MalwareScanProperties Method
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.
public static Azure.ResourceManager.SecurityCenter.Models.MalwareScanProperties MalwareScanProperties(string scanId = default, string scanStatus = default, string scanStatusMessage = default, string scanStartTime = default, string scanEndTime = default, Azure.ResourceManager.SecurityCenter.Models.ScanSummary scanSummary = default);
static member MalwareScanProperties : string * string * string * string * string * Azure.ResourceManager.SecurityCenter.Models.ScanSummary -> Azure.ResourceManager.SecurityCenter.Models.MalwareScanProperties
Public Shared Function MalwareScanProperties (Optional scanId As String = Nothing, Optional scanStatus As String = Nothing, Optional scanStatusMessage As String = Nothing, Optional scanStartTime As String = Nothing, Optional scanEndTime As String = Nothing, Optional scanSummary As ScanSummary = Nothing) As MalwareScanProperties
Parameters
- scanId
- String
The identifier of the scan.
- scanStatus
- String
A status code of the scan operation.
- scanStatusMessage
- String
A description of the status of the scan.
- scanStartTime
- String
The time at which the scan had been initiated.
- scanEndTime
- String
The time at which the scan has ended. Only available for a scan which has terminated.
- scanSummary
- ScanSummary
A summary of the scan results.
Returns
A new MalwareScanProperties instance for mocking.