IStatementActionProperties 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.StatementActionPropertiesTypeConverter))]
public interface IStatementActionProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.StatementActionPropertiesTypeConverter))>]
type IStatementActionProperties = interface
interface IJsonSerializable
Public Interface IStatementActionProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ActionType |
Action type. Example: Permit | Deny | Continue. |
| 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. |
| LocalPreference |
Local Preference of the route policy. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |