ResourceHealthEventLevelValue Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| ResourceHealthEventLevelValue(String) |
Initializes a new instance of ResourceHealthEventLevelValue. |
Properties
| Name | Description |
|---|---|
| Critical |
Critical. |
| Error |
Error. |
| Informational |
Informational. |
| Warning |
Warning. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |