ResourceHealthEventStageValue 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.
The stage of this active event.
public readonly struct ResourceHealthEventStageValue : IEquatable<Azure.ResourceManager.ResourceHealth.Models.ResourceHealthEventStageValue>
type ResourceHealthEventStageValue = struct
Public Structure ResourceHealthEventStageValue
Implements IEquatable(Of ResourceHealthEventStageValue)
- Inheritance
-
ResourceHealthEventStageValue
- Implements
Constructors
| Name | Description |
|---|---|
| ResourceHealthEventStageValue(String) |
Initializes a new instance of ResourceHealthEventStageValue. |
Properties
| Name | Description |
|---|---|
| Active |
Active. |
| Archived |
Archived. |
| Resolve |
Resolve. |
Methods
| Name | Description |
|---|---|
| Equals(ResourceHealthEventStageValue) |
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(ResourceHealthEventStageValue, ResourceHealthEventStageValue) |
Determines if two ResourceHealthEventStageValue values are the same. |
| Implicit(String to ResourceHealthEventStageValue) |
Converts a String to a ResourceHealthEventStageValue. |
| Inequality(ResourceHealthEventStageValue, ResourceHealthEventStageValue) |
Determines if two ResourceHealthEventStageValue values are not the same. |