RansomwareSuspectResolution 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.
ARP report suspect resolution.
public readonly struct RansomwareSuspectResolution : IEquatable<Azure.ResourceManager.NetApp.Models.RansomwareSuspectResolution>
type RansomwareSuspectResolution = struct
Public Structure RansomwareSuspectResolution
Implements IEquatable(Of RansomwareSuspectResolution)
- Inheritance
-
RansomwareSuspectResolution
- Implements
Constructors
| Name | Description |
|---|---|
| RansomwareSuspectResolution(String) |
Initializes a new instance of RansomwareSuspectResolution. |
Properties
| Name | Description |
|---|---|
| FalsePositive |
The identified file type is expected in your workload and can be ignored. |
| PotentialThreat |
The identified file type is unexpected in your workload and should be treated as a potential attack. |
Methods
| Name | Description |
|---|---|
| Equals(RansomwareSuspectResolution) |
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(RansomwareSuspectResolution, RansomwareSuspectResolution) |
Determines if two RansomwareSuspectResolution values are the same. |
| Implicit(String to RansomwareSuspectResolution) |
Converts a String to a RansomwareSuspectResolution. |
| Inequality(RansomwareSuspectResolution, RansomwareSuspectResolution) |
Determines if two RansomwareSuspectResolution values are not the same. |