ArmNetworkModelFactory.VnetRoute 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.
Initializes a new instance of VnetRoute.
public static Azure.ResourceManager.Network.Models.VnetRoute VnetRoute (Azure.ResourceManager.Network.Models.StaticRoutesConfig staticRoutesConfig = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.StaticRoute> staticRoutes = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WritableSubResource> bgpConnections = default);
static member VnetRoute : Azure.ResourceManager.Network.Models.StaticRoutesConfig * seq<Azure.ResourceManager.Network.Models.StaticRoute> * seq<Azure.ResourceManager.Resources.Models.WritableSubResource> -> Azure.ResourceManager.Network.Models.VnetRoute
Public Shared Function VnetRoute (Optional staticRoutesConfig As StaticRoutesConfig = Nothing, Optional staticRoutes As IEnumerable(Of StaticRoute) = Nothing, Optional bgpConnections As IEnumerable(Of WritableSubResource) = Nothing) As VnetRoute
Parameters
- staticRoutesConfig
- StaticRoutesConfig
Configuration for static routes on this HubVnetConnection.
- staticRoutes
- IEnumerable<StaticRoute>
List of all Static Routes.
- bgpConnections
- IEnumerable<WritableSubResource>
The list of references to HubBgpConnection objects.
Returns
A new VnetRoute instance for mocking.
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