HciStatusLevelType Struct

Definition

The level code. Indicates the severity or importance of the status message.

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

Constructors

Name Description
HciStatusLevelType(String)

Initializes a new instance of HciStatusLevelType.

Properties

Name Description
Error

Error message indicating a failure or critical issue.

Info

Informational message indicating normal operation.

Warning

Warning message indicating a potential issue or non-critical problem.

Methods

Name Description
Equals(HciStatusLevelType)

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

Determines if two HciStatusLevelType values are the same.

Implicit(String to HciStatusLevelType)

Converts a string to a HciStatusLevelType.

Implicit(String to Nullable<HciStatusLevelType>)
Inequality(HciStatusLevelType, HciStatusLevelType)

Determines if two HciStatusLevelType values are not the same.

Applies to