UpgradeSortOrder enum
type: string
Defines the order in which an upgrade proceeds through the cluster.
Possible values are:
Invalid
- Indicates that this sort order is not valid. All Service Fabric enumerations have the invalid type. The value is 0.Default
- Indicates that the default sort order (as specified in cluster manifest) will be used. The value is 1.Numeric
- Indicates that forward numeric sort order (UD names sorted as numbers) will be used. The value is 2.Lexicographical
- Indicates that forward lexicographical sort order (UD names sorted as strings) will be used. The value is 3.ReverseNumeric
- Indicates that reverse numeric sort order (UD names sorted as numbers) will be used. The value is 4.ReverseLexicographical
- Indicates that reverse lexicographical sort order (UD names sorted as strings) will be used. The value is 5.