RuntimeProtectionStatus 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.
RuntimeProtectionStatus represents the runtime protection status of the bare metal machine.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.RuntimeProtectionStatusTypeConverter))]
public class RuntimeProtectionStatus : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IRuntimeProtectionStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.RuntimeProtectionStatusTypeConverter))>]
type RuntimeProtectionStatus = class
interface IRuntimeProtectionStatus
interface IJsonSerializable
Public Class RuntimeProtectionStatus
Implements IRuntimeProtectionStatus
- Inheritance
-
RuntimeProtectionStatus
- Attributes
- Implements
Constructors
RuntimeProtectionStatus() |
Creates an new RuntimeProtectionStatus instance. |
Properties
DefinitionsLastUpdated |
The timestamp when the malware definitions were last updated. |
DefinitionsVersion |
The version of the malware definitions. |
ScanCompletedTime |
The timestamp of the most recently completed scan, or empty if there has never been a scan. |
ScanScheduledTime |
The timestamp of the most recently scheduled scan, or empty if no scan has been scheduled. |
ScanStartedTime |
The timestamp of the most recently started scan, or empty if there has never been a scan. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RuntimeProtectionStatus. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RuntimeProtectionStatus. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IRuntimeProtectionStatus. |
FromJsonString(String) |
Creates a new instance of RuntimeProtectionStatus, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RuntimeProtectionStatus into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |