public static interface VirtualNetworkGatewayConnection.DefinitionStages.WithConnectionType
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkGatewayConnection.DefinitionStages.WithCreate |
withExpressRoute(ExpressRouteCircuit circuit)
Create Express Route connection.
|
VirtualNetworkGatewayConnection.DefinitionStages.WithCreate |
withExpressRoute(String circuitId)
Create Express Route connection.
|
VirtualNetworkGatewayConnection.DefinitionStages.WithLocalNetworkGateway |
withSiteToSite()
Create Site-to-Site connection.
|
VirtualNetworkGatewayConnection.DefinitionStages.WithSecondVirtualNetworkGateway |
withVNetToVNet()
Create VNet-to-VNet connection.
|
VirtualNetworkGatewayConnection.DefinitionStages.WithLocalNetworkGateway withSiteToSite()
VirtualNetworkGatewayConnection.DefinitionStages.WithSecondVirtualNetworkGateway withVNetToVNet()
VirtualNetworkGatewayConnection.DefinitionStages.WithCreate withExpressRoute(String circuitId)
circuitId - id of Express Route circuit used for connectionVirtualNetworkGatewayConnection.DefinitionStages.WithCreate withExpressRoute(ExpressRouteCircuit circuit)
circuit - Express Route circuit used for connection/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/