RecommendationStateChangeReason Struct

Definition

The reason the state of the Recommendation was changed.

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

Constructors

Name Description
RecommendationStateChangeReason(String)

Initializes a new instance of RecommendationStateChangeReason.

Properties

Name Description
AlternativeSolution

Gets the AlternativeSolution.

ExcessiveInvestment

Gets the ExcessiveInvestment.

Incompatible

Gets the Incompatible.

RiskAccepted

Gets the RiskAccepted.

TooComplex

Gets the TooComplex.

Unclear

Gets the Unclear.

Methods

Name Description
Equals(RecommendationStateChangeReason)

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

Determines if two RecommendationStateChangeReason values are the same.

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

Converts a string to a RecommendationStateChangeReason.

Inequality(RecommendationStateChangeReason, RecommendationStateChangeReason)

Determines if two RecommendationStateChangeReason values are not the same.

Applies to