Uses of Interface
com.microsoft.azure.management.network.NicIPConfiguration
-
Packages that use NicIPConfiguration Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of NicIPConfiguration in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return NicIPConfiguration Modifier and Type Method Description NicIPConfigurationPublicIPAddress. getAssignedNetworkInterfaceIPConfiguration()NicIPConfigurationApplicationGatewayBackendServerHealth. getNetworkInterfaceIPConfiguration()Gets the IP configuration of the network interface this health information pertains to.NicIPConfigurationNetworkInterface. primaryIPConfiguration()Methods in com.microsoft.azure.management.network that return types with arguments of type NicIPConfiguration Modifier and Type Method Description Set<NicIPConfiguration>Subnet. getNetworkInterfaceIPConfigurations()Deprecated.UseSubnet.listNetworkInterfaceIPConfigurations()instead.Map<String,NicIPConfiguration>NetworkInterface. ipConfigurations()Collection<NicIPConfiguration>Subnet. listNetworkInterfaceIPConfigurations()
-