Share via


RouteMapAction.Parameters Property

Definition

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.

public System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.RouteMapActionParameter> Parameters { get; }
member this.Parameters : System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.RouteMapActionParameter>
Public ReadOnly Property Parameters As IList(Of RouteMapActionParameter)

Property Value

Applies to