Interface ApiManagementGatewayResource.UpdateStages.WithVirtualNetworkType
- All Known Subinterfaces:
ApiManagementGatewayResource.Update
- Enclosing interface:
ApiManagementGatewayResource.UpdateStages
public static interface ApiManagementGatewayResource.UpdateStages.WithVirtualNetworkType
The stage of the ApiManagementGatewayResource update 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
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.
-