ResourceHealthEventLevelValue Struct

Definition

Level of event.

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

Constructors

ResourceHealthEventLevelValue(String)

Initializes a new instance of ResourceHealthEventLevelValue.

Properties

Critical

Critical.

Error

Error.

Informational

Informational.

Warning

Warning.

Methods

Equals(ResourceHealthEventLevelValue)

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

Determines if two ResourceHealthEventLevelValue values are the same.

Implicit(String to ResourceHealthEventLevelValue)

Converts a string to a ResourceHealthEventLevelValue.

Inequality(ResourceHealthEventLevelValue, ResourceHealthEventLevelValue)

Determines if two ResourceHealthEventLevelValue values are not the same.

Applies to