IIPCommunityRule Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPCommunityRuleTypeConverter))]
public interface IIPCommunityRule : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPCommunityRuleTypeConverter))>]
type IIPCommunityRule = interface
    interface IJsonSerializable
Public Interface IIPCommunityRule
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Action

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

CommunityMember

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.

WellKnownCommunity

Supported well known Community List.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to