ArmNetworkModelFactory.VirtualHubInboundRoutesContent(Uri, String) 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.VirtualHubInboundRoutesContent VirtualHubInboundRoutesContent(Uri resourceUri = default, string connectionType = default);
static member VirtualHubInboundRoutesContent : Uri * string -> Azure.ResourceManager.Network.Models.VirtualHubInboundRoutesContent
Public Shared Function VirtualHubInboundRoutesContent (Optional resourceUri As Uri = Nothing, Optional connectionType As String = Nothing) As VirtualHubInboundRoutesContent
Parameters
- resourceUri
- Uri
The connection resource whose inbound routes are being requested.
- connectionType
- String
The type of the specified connection resource like ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.
Returns
A new VirtualHubInboundRoutesContent instance for mocking.