RansomwareReportState 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.
State of the Advanced Ransomware Protection (ARP) report.
public readonly struct RansomwareReportState : IEquatable<Azure.ResourceManager.NetApp.Models.RansomwareReportState>
type RansomwareReportState = struct
Public Structure RansomwareReportState
Implements IEquatable(Of RansomwareReportState)
- Inheritance
-
RansomwareReportState
- Implements
Constructors
| Name | Description |
|---|---|
| RansomwareReportState(String) |
Initializes a new instance of RansomwareReportState. |
Properties
| Name | Description |
|---|---|
| Active |
The ARP report has been created. Take action by running clearsuspects marking suspects as FalsePositive or PotentialThreats. |
| Resolved |
The ARP Report has been resolved. |
Methods
| Name | Description |
|---|---|
| Equals(RansomwareReportState) |
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(RansomwareReportState, RansomwareReportState) |
Determines if two RansomwareReportState values are the same. |
| Implicit(String to RansomwareReportState) |
Converts a String to a RansomwareReportState. |
| Inequality(RansomwareReportState, RansomwareReportState) |
Determines if two RansomwareReportState values are not the same. |