Uses of Class
com.microsoft.azure.management.cdn.CidrIpAddress
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of CidrIpAddress in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionCidrIpAddress.withBaseIpAddress
(String baseIpAddress) Set ip address itself.CidrIpAddress.withPrefixLength
(Integer prefixLength) Set the length of the prefix of the ip address.Modifier and TypeMethodDescriptionIpAddressGroup.ipv4Addresses()
Get the list of ip v4 addresses.IpAddressGroup.ipv6Addresses()
Get the list of ip v6 addresses.Modifier 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.