Delen via


UpdateSeverity Struct

Definition

Severity of the result (Critical, Warning, Informational, Hidden). This answers how important the result is. Critical is the only update-blocking severity.

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

Constructors

UpdateSeverity(String)

Initializes a new instance of UpdateSeverity.

Properties

Critical

Critical.

Hidden

Hidden.

Informational

Informational.

Warning

Warning.

Methods

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

Equality(UpdateSeverity, UpdateSeverity)

Determines if two UpdateSeverity values are the same.

Implicit(String to UpdateSeverity)

Converts a string to a UpdateSeverity.

Inequality(UpdateSeverity, UpdateSeverity)

Determines if two UpdateSeverity values are not the same.

Applies to