EntityHealthState 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.
Health state of an entity.
public readonly struct EntityHealthState : IEquatable<Azure.ResourceManager.CloudHealth.Models.EntityHealthState>
type EntityHealthState = struct
Public Structure EntityHealthState
Implements IEquatable(Of EntityHealthState)
- Inheritance
-
EntityHealthState
- Implements
Constructors
| Name | Description |
|---|---|
| EntityHealthState(String) |
Initializes a new instance of EntityHealthState. |
Properties
| Name | Description |
|---|---|
| Degraded |
Degraded status. |
| Deleted |
Deleted status. |
| Error |
Error status (Unhealthy). |
| Healthy |
Healthy status. |
| Unknown |
Unknown status. |
Methods
| Name | Description |
|---|---|
| Equals(EntityHealthState) |
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(EntityHealthState, EntityHealthState) |
Determines if two EntityHealthState values are the same. |
| Implicit(String to EntityHealthState) |
Converts a string to a EntityHealthState. |
| Implicit(String to Nullable<EntityHealthState>) | |
| Inequality(EntityHealthState, EntityHealthState) |
Determines if two EntityHealthState values are not the same. |