Uses of Class
com.microsoft.azure.management.network.IPAllocationMethod
-
Packages that use IPAllocationMethod Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient.com.microsoft.azure.management.network.model This package contains the common interfaces for resource models in networking. -
-
Uses of IPAllocationMethod in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as IPAllocationMethod Modifier and Type Field Description static IPAllocationMethodIPAllocationMethod. DYNAMICStatic value Dynamic for IPAllocationMethod.static IPAllocationMethodIPAllocationMethod. STATICStatic value Static for IPAllocationMethod.Methods in com.microsoft.azure.management.network that return IPAllocationMethod Modifier and Type Method Description static IPAllocationMethodIPAllocationMethod. fromString(String name)Creates or finds a IPAllocationMethod from its string representation.IPAllocationMethodPublicIPAddress. ipAllocationMethod()IPAllocationMethodNetworkInterfaceBase. primaryPrivateIPAllocationMethod()IPAllocationMethodVirtualNetworkGatewayIPConfiguration. privateIPAllocationMethod()Methods in com.microsoft.azure.management.network that return types with arguments of type IPAllocationMethod Modifier and Type Method Description static Collection<IPAllocationMethod>IPAllocationMethod. values() -
Uses of IPAllocationMethod in com.microsoft.azure.management.network.model
Methods in com.microsoft.azure.management.network.model that return IPAllocationMethod Modifier and Type Method Description IPAllocationMethodHasPrivateIPAddress. privateIPAllocationMethod()
-