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

Name Description
ReasonChronicityType(String)

Initializes a new instance of ReasonChronicityType.

Properties

Name Description
Persistent

Persistent.

Transient

Transient.

Methods

Name Description
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

Name Description
Equality(ReasonChronicityType, ReasonChronicityType)

Determines if two ReasonChronicityType values are the same.

Implicit(String to Nullable<ReasonChronicityType>)
Implicit(String to ReasonChronicityType)

Converts a string to a ReasonChronicityType.

Inequality(ReasonChronicityType, ReasonChronicityType)

Determines if two ReasonChronicityType values are not the same.

Applies to