你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
Name | Value | Description |
---|---|---|
Active | 0 | To cancel the inititiated recommended action while it's not yet applied, or to un-ignore an ignored recommended action. |
Pending | 1 | To initiate applying recommended action. |
PendingRevert | 2 | To start reverting the applied recommended action. |
RevertCancelled | 3 | To cancel the initiated revert action. |
Ignored | 4 | To ignore the recommended action |
Resolved | 5 | To indicate if customer has manually applied the recommendation and wants to resolve the recommended action. |