Condividi tramite


RecommendationRisk Struct

Definition

The potential risk of not implementing the recommendation.

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

Constructors

Name Description
RecommendationRisk(String)

Initializes a new instance of RecommendationRisk.

Properties

Name Description
Error

Gets the Error.

None

Gets the None.

Warning

Gets the Warning.

Methods

Name Description
Equals(RecommendationRisk)

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

Determines if two RecommendationRisk values are the same.

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

Converts a string to a RecommendationRisk.

Inequality(RecommendationRisk, RecommendationRisk)

Determines if two RecommendationRisk values are not the same.

Applies to