Udostępnij za pośrednictwem


SelfHelpImportanceLevel Struct

Definition

Importance level of the insight.

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

Constructors

SelfHelpImportanceLevel(String)

Initializes a new instance of SelfHelpImportanceLevel.

Properties

Critical

A critical insight has been found after running the diagnostic.

Information

An information insight has been found after running the diagnostic.

Warning

A warning insight has been found after running the diagnostic.

Methods

Equals(SelfHelpImportanceLevel)

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

Determines if two SelfHelpImportanceLevel values are the same.

Implicit(String to SelfHelpImportanceLevel)

Converts a string to a SelfHelpImportanceLevel.

Inequality(SelfHelpImportanceLevel, SelfHelpImportanceLevel)

Determines if two SelfHelpImportanceLevel values are not the same.

Applies to