IIPExtendedCommunityRule.SequenceNumber Property

Definition

Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored.

[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=true, SerializedName="sequenceNumber", Update=true)]
public long SequenceNumber { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=true, SerializedName="sequenceNumber", Update=true)>]
member this.SequenceNumber : int64 with get, set
Public Property SequenceNumber As Long

Property Value

Attributes

Applies to