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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET