Action 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.
Action to be taken on a route matching a RouteMap criterion.
public class Action
type Action = class
Public Class Action
- Inheritance
-
Action
Constructors
Action() |
Initializes a new instance of the Action class. |
Action(String, IList<Parameter>) |
Initializes a new instance of the Action class. |
Properties
Parameters |
Gets or sets list of parameters relevant to the action.For instance if type is drop then parameters has list of prefixes to be dropped.If type is add, parameters would have list of ASN numbers to be added |
Type |
Gets or sets type of action to be taken. Supported types are 'Remove', 'Add', 'Replace', and 'Drop.'. Possible values include: 'Unknown', 'Remove', 'Add', 'Replace', 'Drop' |
Applies to
Azure SDK for .NET