Uses of Class
com.microsoft.azure.management.cdn.CidrIpAddress
Packages that use CidrIpAddress
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of CidrIpAddress in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return CidrIpAddressModifier and TypeMethodDescriptionCidrIpAddress.withBaseIpAddress(String baseIpAddress) Set ip address itself.CidrIpAddress.withPrefixLength(Integer prefixLength) Set the length of the prefix of the ip address.Methods in com.microsoft.azure.management.cdn that return types with arguments of type CidrIpAddressModifier and TypeMethodDescriptionIpAddressGroup.ipv4Addresses()Get the list of ip v4 addresses.IpAddressGroup.ipv6Addresses()Get the list of ip v6 addresses.Method parameters in com.microsoft.azure.management.cdn with type arguments of type CidrIpAddressModifier and TypeMethodDescriptionIpAddressGroup.withIpv4Addresses(List<CidrIpAddress> ipv4Addresses) Set the list of ip v4 addresses.IpAddressGroup.withIpv6Addresses(List<CidrIpAddress> ipv6Addresses) Set the list of ip v6 addresses.