Interface ApiManagementGatewayResource.DefinitionStages.WithVirtualNetworkType
- All Known Subinterfaces:
ApiManagementGatewayResource.Definition,ApiManagementGatewayResource.DefinitionStages.WithCreate
- Enclosing interface:
ApiManagementGatewayResource.DefinitionStages
public static interface ApiManagementGatewayResource.DefinitionStages.WithVirtualNetworkType
The stage of the ApiManagementGatewayResource definition allowing to specify virtualNetworkType.
-
Method Summary
Modifier and TypeMethodDescriptionwithVirtualNetworkType(VirtualNetworkType virtualNetworkType) Specifies the virtualNetworkType property: The type of VPN in which API Management gateway needs to be configured in. .
-
Method Details
-
withVirtualNetworkType
ApiManagementGatewayResource.DefinitionStages.WithCreate withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Specifies the virtualNetworkType property: The type of VPN in which API Management gateway needs to be configured in. .- Parameters:
virtualNetworkType- The type of VPN in which API Management gateway needs to be configured in.- Returns:
- the next definition stage.
-