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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPCommunityRuleTypeConverter))]
public class IPCommunityRule : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPCommunityRule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPCommunityRuleTypeConverter))>]
type IPCommunityRule = class
interface IIPCommunityRule
interface IJsonSerializable
Public Class IPCommunityRule
Implements IIPCommunityRule
- Inheritance
-
IPCommunityRule
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| IPCommunityRule() |
Creates an new IPCommunityRule instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IPCommunityRule. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IPCommunityRule. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPCommunityRule. |
| FromJsonString(String) |
Creates a new instance of IPCommunityRule, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of IPCommunityRule into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |