Share via


IRuntimeProtectionStatus Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.RuntimeProtectionStatusTypeConverter))]
public interface IRuntimeProtectionStatus : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.RuntimeProtectionStatusTypeConverter))>]
type IRuntimeProtectionStatus = interface
    interface IJsonSerializable
Public Interface IRuntimeProtectionStatus
Implements IJsonSerializable
Derived
Attributes
Implements

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to