ReasonChronicityType Struct

Definition

Chronicity of the availability transition.

public readonly struct ReasonChronicityType : IEquatable<Azure.ResourceManager.ResourceHealth.Models.ReasonChronicityType>
type ReasonChronicityType = struct
Public Structure ReasonChronicityType
Implements IEquatable(Of ReasonChronicityType)
Inheritance
ReasonChronicityType
Implements

Constructors

ReasonChronicityType(String)

Initializes a new instance of ReasonChronicityType.

Properties

Persistent

Persistent.

Transient

Transient.

Methods

Equals(ReasonChronicityType)

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(ReasonChronicityType, ReasonChronicityType)

Determines if two ReasonChronicityType values are the same.

Implicit(String to ReasonChronicityType)

Converts a string to a ReasonChronicityType.

Inequality(ReasonChronicityType, ReasonChronicityType)

Determines if two ReasonChronicityType values are not the same.

Applies to