IPCommunityRule Class
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.
IP Community patchable properties.
public class IPCommunityRule
type IPCommunityRule = class
Public Class IPCommunityRule
- Inheritance
-
IPCommunityRule
Constructors
IPCommunityRule(CommunityActionType, Int64, IEnumerable<String>) |
Initializes a new instance of IPCommunityRule. |
Properties
Action |
Action to be taken on the configuration. Example: Permit | Deny. |
CommunityMembers |
List the community members of IP Community. |
SequenceNumber |
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. |
WellKnownCommunities |
Supported well known Community List. |
Applies to
Azure SDK for .NET