RecommendedIndexState 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.
Defines values for RecommendedIndexState.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum RecommendedIndexState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type RecommendedIndexState =
Public Enum RecommendedIndexState
- Inheritance
-
RecommendedIndexState
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Name | Value | Description |
---|---|---|
Active | 0 | |
Pending | 1 | |
Executing | 2 | |
Verifying | 3 | |
PendingRevert | 4 | |
Reverting | 5 | |
Reverted | 6 | |
Ignored | 7 | |
Expired | 8 | |
Blocked | 9 | |
Success | 10 |