DeviceImportance 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.
Device importance, determines if the device classified as 'crown jewel'.
public readonly struct DeviceImportance : IEquatable<Azure.ResourceManager.SecurityInsights.Models.DeviceImportance>
type DeviceImportance = struct
Public Structure DeviceImportance
Implements IEquatable(Of DeviceImportance)
- Inheritance
-
DeviceImportance
- Implements
Constructors
DeviceImportance(String) |
Initializes a new instance of DeviceImportance. |
Properties
High |
High. |
Low |
Low. |
Normal |
Normal. |
Unknown |
Unknown - Default value. |
Methods
Equals(DeviceImportance) |
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
Equality(DeviceImportance, DeviceImportance) |
Determines if two DeviceImportance values are the same. |
Implicit(String to DeviceImportance) |
Converts a string to a DeviceImportance. |
Inequality(DeviceImportance, DeviceImportance) |
Determines if two DeviceImportance values are not the same. |
Applies to
Azure SDK for .NET