RiskLevel Struct

Definition

The risk level.

public readonly struct RiskLevel : IEquatable<Azure.ResourceManager.SecurityCenter.Models.RiskLevel>
type RiskLevel = struct
Public Structure RiskLevel
Implements IEquatable(Of RiskLevel)
Inheritance
RiskLevel
Implements

Constructors

Name Description
RiskLevel(String)

Initializes a new instance of RiskLevel.

Properties

Name Description
Critical

Critical.

High

High.

Low

Low.

Medium

Medium.

None

None.

Methods

Name Description
Equals(RiskLevel)

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(RiskLevel, RiskLevel)

Determines if two RiskLevel values are the same.

Implicit(String to Nullable<RiskLevel>)
Implicit(String to RiskLevel)

Converts a string to a RiskLevel.

Inequality(RiskLevel, RiskLevel)

Determines if two RiskLevel values are not the same.

Applies to