Uses of Class
com.microsoft.azure.management.network.AddressSpace
Packages that use AddressSpace
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of AddressSpace in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return AddressSpaceModifier and TypeMethodDescriptionP2SConnectionConfiguration.vpnClientAddressPool()
Get the reference to the address space resource which represents Address space for P2S VpnClient.VpnClientConfiguration.vpnClientAddressPool()
Get the reference to the address space resource which represents Address space for P2S VpnClient.AddressSpace.withAddressPrefixes
(List<String> addressPrefixes) Set a list of address blocks reserved for this virtual network in CIDR notation.Methods in com.microsoft.azure.management.network with parameters of type AddressSpaceModifier and TypeMethodDescriptionP2SConnectionConfiguration.withVpnClientAddressPool
(AddressSpace vpnClientAddressPool) Set the reference to the address space resource which represents Address space for P2S VpnClient.VpnClientConfiguration.withVpnClientAddressPool
(AddressSpace vpnClientAddressPool) Set the reference to the address space resource which represents Address space for P2S VpnClient.