ArmNetworkModelFactory.RouteMapActionParameter Method
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.
public static Azure.ResourceManager.Network.Models.RouteMapActionParameter RouteMapActionParameter(System.Collections.Generic.IEnumerable<string> routePrefix = default, System.Collections.Generic.IEnumerable<string> community = default, System.Collections.Generic.IEnumerable<string> asPath = default);
static member RouteMapActionParameter : seq<string> * seq<string> * seq<string> -> Azure.ResourceManager.Network.Models.RouteMapActionParameter
Public Shared Function RouteMapActionParameter (Optional routePrefix As IEnumerable(Of String) = Nothing, Optional community As IEnumerable(Of String) = Nothing, Optional asPath As IEnumerable(Of String) = Nothing) As RouteMapActionParameter
Parameters
- routePrefix
- IEnumerable<String>
List of route prefixes.
- community
- IEnumerable<String>
List of BGP communities.
- asPath
- IEnumerable<String>
List of AS paths.
Returns
A new RouteMapActionParameter instance for mocking.