DeviceImportance Struct

Definition

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