UpdateSeverity Struct

Definition

Indicates the importance or impact level of the result. Determines whether the result is informational, a warning, or a critical issue that may block updates.

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

Constructors

Name Description
UpdateSeverity(String)

Initializes a new instance of UpdateSeverity.

Properties

Name Description
Critical

A critical issue that blocks updates and requires immediate attention.

Hidden

The result is hidden and not shown in the output.

Informational

General information that does not indicate any issue.

Warning

A warning that may indicate a potential issue but does not block updates.

Methods

Name Description
Equals(UpdateSeverity)

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

Determines if two UpdateSeverity values are the same.

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

Converts a string to a UpdateSeverity.

Inequality(UpdateSeverity, UpdateSeverity)

Determines if two UpdateSeverity values are not the same.

Applies to