Uses of Class
com.microsoft.azure.management.network.VpnType
-
Packages that use VpnType Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of VpnType in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as VpnType Modifier and Type Field Description static VpnTypeVpnType. POLICY_BASEDStatic value PolicyBased for VpnType.static VpnTypeVpnType. ROUTE_BASEDStatic value RouteBased for VpnType.Methods in com.microsoft.azure.management.network that return VpnType Modifier and Type Method Description static VpnTypeVpnType. fromString(String name)Creates or finds a VpnType from its string representation.VpnTypeVirtualNetworkGateway. vpnType()Methods in com.microsoft.azure.management.network that return types with arguments of type VpnType Modifier and Type Method Description static Collection<VpnType>VpnType. values()
-