StaticRoutePatchProperties(String, IEnumerable<String>) Constructor

Definition

Initializes a new instance of StaticRoutePatchProperties.

public StaticRoutePatchProperties(string prefix, System.Collections.Generic.IEnumerable<string> nextHop);
new Azure.ResourceManager.ManagedNetworkFabric.Models.StaticRoutePatchProperties : string * seq<string> -> Azure.ResourceManager.ManagedNetworkFabric.Models.StaticRoutePatchProperties
Public Sub New (prefix As String, nextHop As IEnumerable(Of String))

Parameters

prefix
String

Prefix of the route.

nextHop
IEnumerable<String>

List of next hop addresses.

Exceptions

prefix or nextHop is null.

Applies to