BackupThreatInfo 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.
Recovery Point Threat information.
public class BackupThreatInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupThreatInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupThreatInfo>
type BackupThreatInfo = class
interface IJsonModel<BackupThreatInfo>
interface IPersistableModel<BackupThreatInfo>
Public Class BackupThreatInfo
Implements IJsonModel(Of BackupThreatInfo), IPersistableModel(Of BackupThreatInfo)
- Inheritance
-
BackupThreatInfo
- Implements
Constructors
| Name | Description |
|---|---|
| BackupThreatInfo() |
Initializes a new instance of BackupThreatInfo. |
Properties
| Name | Description |
|---|---|
| LastUpdatedOn |
Timestamp when the last (latest)threat information was sent. |
| ThreatDescription |
Threat Description. |
| ThreatEndOn |
End timestamp of the threat. |
| ThreatSeverity |
Threat Severity Types. |
| ThreatStartOn |
Start timestamp of the threat. |
| ThreatState |
Threat Status Types. |
| ThreatTitle |
Threat Subject. |
| ThreatUri |
threat details link. |