Uses of Class
com.microsoft.azure.management.network.IPConfiguration
Packages that use IPConfiguration
Package
Description
This package contains the classes for NetworkManagementClient.
- 
Uses of IPConfiguration in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return IPConfigurationModifier and TypeMethodDescriptionSet the name of the resource that is unique within a resource group.IPConfiguration.withPrivateIPAddress(String privateIPAddress) Set the private IP address of the IP configuration.IPConfiguration.withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod) Set the private IP address allocation method.IPConfiguration.withPublicIPAddress(com.microsoft.azure.management.network.implementation.PublicIPAddressInner publicIPAddress) Set the reference to the public IP resource.IPConfiguration.withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner subnet) Set the reference to the subnet resource.