UpgradeSortOrder 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.
Enumerates the ways upgrade domains can be sorted.
public enum UpgradeSortOrder
type UpgradeSortOrder =
Public Enum UpgradeSortOrder
- Inheritance
-
UpgradeSortOrder
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Indicates that this sort order is not valid. All Service Fabric enumerations have the invalid type. |
Default | 1 | Indicates that the default sort order (as specified in cluster manifest) will be used. |
Numeric | 2 | Indicates that forward numeric sort order (UD names sorted as numbers) will be used. |
Lexicographical | 3 | Indicates that forward lexicographical sort order (UD names sorted as strings) will be used. |
ReverseNumeric | 4 | Indicates that reverse numeric sort order (UD names sorted as numbers) will be used. |
ReverseLexicographical | 5 | Indicates that reverse lexicographical sort order (UD names sorted as strings) will be used. |
Applies to
Azure SDK for .NET