Delen via


RouteMapActionType Struct

Definition

Kind of actions which can be taken on a matched route. Add, Replace, Remove refer to parameters on the route, like community or prefix.

public readonly struct RouteMapActionType : IEquatable<Azure.ResourceManager.Network.Models.RouteMapActionType>
type RouteMapActionType = struct
Public Structure RouteMapActionType
Implements IEquatable(Of RouteMapActionType)
Inheritance
RouteMapActionType
Implements

Constructors

RouteMapActionType(String)

Initializes a new instance of RouteMapActionType.

Properties

Add

Add.

Drop

Drop.

Remove

Remove.

Replace

Replace.

Unknown

Unknown.

Methods

Equals(RouteMapActionType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(RouteMapActionType, RouteMapActionType)

Determines if two RouteMapActionType values are the same.

Implicit(String to RouteMapActionType)

Converts a string to a RouteMapActionType.

Inequality(RouteMapActionType, RouteMapActionType)

Determines if two RouteMapActionType values are not the same.

Applies to