RansomwareReportSeverity 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.
Severity of the Advanced Ransomware Protection (ARP) report.
public readonly struct RansomwareReportSeverity : IEquatable<Azure.ResourceManager.NetApp.Models.RansomwareReportSeverity>
type RansomwareReportSeverity = struct
Public Structure RansomwareReportSeverity
Implements IEquatable(Of RansomwareReportSeverity)
- Inheritance
-
RansomwareReportSeverity
- Implements
Constructors
| Name | Description |
|---|---|
| RansomwareReportSeverity(String) |
Initializes a new instance of RansomwareReportSeverity. |
Properties
| Name | Description |
|---|---|
| High |
High amount of data is suspected for ransomware activity. |
| Low |
Low attack probability. |
| Moderate |
Moderate attack probability. |
| None |
No data is suspected for ransomware activity. |
Methods
| Name | Description |
|---|---|
| Equals(RansomwareReportSeverity) |
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(RansomwareReportSeverity, RansomwareReportSeverity) |
Determines if two RansomwareReportSeverity values are the same. |
| Implicit(String to RansomwareReportSeverity) |
Converts a String to a RansomwareReportSeverity. |
| Inequality(RansomwareReportSeverity, RansomwareReportSeverity) |
Determines if two RansomwareReportSeverity values are not the same. |