Sdílet prostřednictvím


RecommendationAction Struct

Definition

The recommendation action of the machine or rule.

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

Constructors

RecommendationAction(String)

Initializes a new instance of RecommendationAction.

Properties

Add

Add.

Recommended

Recommended.

Remove

Remove.

Methods

Equals(RecommendationAction)

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

Equality(RecommendationAction, RecommendationAction)

Determines if two RecommendationAction values are the same.

Implicit(String to RecommendationAction)

Converts a string to a RecommendationAction.

Inequality(RecommendationAction, RecommendationAction)

Determines if two RecommendationAction values are not the same.

Applies to