ClusterUpgradeHistorySeverityType Struct

Definition

Severity of this upgrade.

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

Constructors

ClusterUpgradeHistorySeverityType(String)

Initializes a new instance of ClusterUpgradeHistorySeverityType.

Properties

Critical

critical.

High

high.

Low

low.

Medium

medium.

Methods

Equals(ClusterUpgradeHistorySeverityType)

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

Determines if two ClusterUpgradeHistorySeverityType values are the same.

Implicit(String to ClusterUpgradeHistorySeverityType)

Converts a string to a ClusterUpgradeHistorySeverityType.

Inequality(ClusterUpgradeHistorySeverityType, ClusterUpgradeHistorySeverityType)

Determines if two ClusterUpgradeHistorySeverityType values are not the same.

Applies to