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
ResourceHealthEventStageValue(String) |
Initializes a new instance of ResourceHealthEventStageValue. |
Properties
Active |
Active. |
Archived |
Archived. |
Resolve |
Resolve. |
Methods
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
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. |
Applies to
Azure SDK for .NET