ZonePreference.Rank Property
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.
The rank of the zone. This is used with 'Prioritized' ZoneDistributionStrategy. The lower the number, the higher the priority, starting with 0. 0 is the highest rank. If not specified, defaults to lowest rank.
public int? Rank { get; set; }
member this.Rank : Nullable<int> with get, set
Public Property Rank As Nullable(Of Integer)