IPCommunityRule(CommunityActionType, Int64, IEnumerable<String>) Constructor

Definition

Initializes a new instance of IPCommunityRule.

public IPCommunityRule (Azure.ResourceManager.ManagedNetworkFabric.Models.CommunityActionType action, long sequenceNumber, System.Collections.Generic.IEnumerable<string> communityMembers);
new Azure.ResourceManager.ManagedNetworkFabric.Models.IPCommunityRule : Azure.ResourceManager.ManagedNetworkFabric.Models.CommunityActionType * int64 * seq<string> -> Azure.ResourceManager.ManagedNetworkFabric.Models.IPCommunityRule
Public Sub New (action As CommunityActionType, sequenceNumber As Long, communityMembers As IEnumerable(Of String))

Parameters

action
CommunityActionType

Action to be taken on the configuration. Example: Permit | Deny.

sequenceNumber
Int64

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.

communityMembers
IEnumerable<String>

List the community members of IP Community.

Exceptions

communityMembers is null.

Applies to