ResourceHealthEventStageValue Struct

Definition

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