Udostępnij przez


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

Name Description
DeviceImportance(String)

Initializes a new instance of DeviceImportance.

Properties

Name Description
High

High.

Low

Low.

Normal

Normal.

Unknown

Unknown - Default value.

Methods

Name Description
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

Name Description
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