BackupThreatState Struct
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.
Threat Status Types.
public readonly struct BackupThreatState : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupThreatState>
type BackupThreatState = struct
Public Structure BackupThreatState
Implements IEquatable(Of BackupThreatState)
- Inheritance
-
BackupThreatState
- Implements
Constructors
| Name | Description |
|---|---|
| BackupThreatState(String) |
Initializes a new instance of BackupThreatState. |
Properties
| Name | Description |
|---|---|
| Active |
Threat is active. |
| Ignored |
Threat has been ignored. |
| InProgress |
Threat remediation is in progress. |
| Resolved |
Threat has been resolved. |
Methods
| Name | Description |
|---|---|
| Equals(BackupThreatState) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(BackupThreatState, BackupThreatState) |
Determines if two BackupThreatState values are the same. |
| Implicit(String to BackupThreatState) |
Converts a string to a BackupThreatState. |
| Implicit(String to Nullable<BackupThreatState>) | |
| Inequality(BackupThreatState, BackupThreatState) |
Determines if two BackupThreatState values are not the same. |