public static interface VirtualNetworkGateway.DefinitionStages.WithGatewayType
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkGateway.DefinitionStages.WithPublicIPAddress |
withExpressRoute()
Use Express route gateway type.
|
VirtualNetworkGateway.DefinitionStages.WithCreate |
withPolicyBasedVpn()
Use Policy-based VPN type.
|
VirtualNetworkGateway.DefinitionStages.WithSku |
withRouteBasedVpn()
Use Route-based VPN type.
|
VirtualNetworkGateway.DefinitionStages.WithPublicIPAddress withExpressRoute()
VirtualNetworkGateway.DefinitionStages.WithSku withRouteBasedVpn()
VirtualNetworkGateway.DefinitionStages.WithCreate withPolicyBasedVpn()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/