ElasticExportPolicyRule.RuleIndex 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.
Controls the priority of the export policy rule. When connecting to the volume the rule with the lowest index that applies to the connecting client is used.
public int? RuleIndex { get; set; }
member this.RuleIndex : Nullable<int> with get, set
Public Property RuleIndex As Nullable(Of Integer)