RecommendationState Struct

Definition

The state of the Recommendation.

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

Constructors

Name Description
RecommendationState(String)

Initializes a new instance of RecommendationState.

Properties

Name Description
Approved

Gets the Approved.

Completed

Gets the Completed.

Dismissed

Gets the Dismissed.

InProgress

Gets the InProgress.

Pending

Gets the Pending.

Postponed

Gets the Postponed.

Rejected

Gets the Rejected.

Methods

Name Description
Equals(RecommendationState)

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

Determines if two RecommendationState values are the same.

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

Converts a string to a RecommendationState.

Inequality(RecommendationState, RecommendationState)

Determines if two RecommendationState values are not the same.

Applies to