你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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