IRoutePolicyStatementProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.RoutePolicyStatementPropertiesTypeConverter))]
public interface IRoutePolicyStatementProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAnnotationResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.RoutePolicyStatementPropertiesTypeConverter))>]
type IRoutePolicyStatementProperties = interface
interface IJsonSerializable
interface IAnnotationResource
Public Interface IRoutePolicyStatementProperties
Implements IAnnotationResource
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ActionLocalPreference |
Local Preference of the route policy. |
| ActionType |
Action type. Example: Permit | Deny | Continue. |
| Annotation |
Switch configuration description. (Inherited from IAnnotationResource) |
| ConditionIPCommunityId |
List of IP Community resource IDs. |
| ConditionIPExtendedCommunityId |
List of IP Extended Community resource IDs. |
| ConditionIPPrefixId |
Arm Resource Id of IpPrefix. |
| ConditionType |
Type of the condition used. |
| IPCommunityPropertyAddIpcommunityId |
List of IP Community resource IDs. |
| IPCommunityPropertyDeleteIpcommunityId |
List of IP Community resource IDs. |
| IPCommunityPropertySetIpcommunityId |
List of IP Community resource IDs. |
| IPExtendedCommunityPropertyAddIpextendedCommunityId |
List of IP Extended Community resource IDs. |
| IPExtendedCommunityPropertyDeleteIpextendedCommunityId |
List of IP Extended Community resource IDs. |
| IPExtendedCommunityPropertySetIpextendedCommunityId |
List of IP Extended Community resource IDs. |
| SequenceNumber |
Sequence to insert to/delete from existing route. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |