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

Name Description
ResourceHealthEventInsightLevelValue(String)

Initializes a new instance of ResourceHealthEventInsightLevelValue.

Properties

Name Description
Critical

Critical.

Warning

Warning.

Methods

Name Description
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

Name Description
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