ResourceHealthEventInsightLevelValue Struct

Definition

Level of insight.

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

Constructors

ResourceHealthEventInsightLevelValue(String)

Initializes a new instance of ResourceHealthEventInsightLevelValue.

Properties

Critical

Critical.

Warning

Warning.

Methods

Equals(ResourceHealthEventInsightLevelValue)

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

Determines if two ResourceHealthEventInsightLevelValue values are the same.

Implicit(String to ResourceHealthEventInsightLevelValue)

Converts a string to a ResourceHealthEventInsightLevelValue.

Inequality(ResourceHealthEventInsightLevelValue, ResourceHealthEventInsightLevelValue)

Determines if two ResourceHealthEventInsightLevelValue values are not the same.

Applies to