RouteMapAction.Parameters Property
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET