Freigeben über


RecommendationCategory Struct

Definition

The category of the recommendation.

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

Constructors

Name Description
RecommendationCategory(String)

Initializes a new instance of RecommendationCategory.

Properties

Name Description
Cost

Gets the Cost.

HighAvailability

Gets the HighAvailability.

OperationalExcellence

Gets the OperationalExcellence.

Performance

Gets the Performance.

Security

Gets the Security.

Methods

Name Description
Equals(RecommendationCategory)

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

Determines if two RecommendationCategory values are the same.

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

Converts a string to a RecommendationCategory.

Inequality(RecommendationCategory, RecommendationCategory)

Determines if two RecommendationCategory values are not the same.

Applies to