RecommendedActionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allowed values for updating Recommended Action State
public enum RecommendedActionState
type RecommendedActionState =
Public Enum RecommendedActionState
- Inheritance
-
RecommendedActionState
Fields
Active | 0 | To cancel the inititiated recommended action while it's not yet applied, or to un-ignore an ignored recommended action. |
Ignored | 4 | To ignore the recommended action |
Pending | 1 | To initiate applying recommended action. |
PendingRevert | 2 | To start reverting the applied recommended action. |
Resolved | 5 | To indicate if customer has manually applied the recommendation and wants to resolve the recommended action. |
RevertCancelled | 3 | To cancel the initiated revert action. |