Uses of Class
com.azure.resourcemanager.cdn.models.CidrIpAddress
Packages that use CidrIpAddress
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of CidrIpAddress in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return CidrIpAddressModifier and TypeMethodDescriptionstatic CidrIpAddressCidrIpAddress.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CidrIpAddress from the JsonReader.CidrIpAddress.withBaseIpAddress(String baseIpAddress) Set the baseIpAddress property: Ip address itself.CidrIpAddress.withPrefixLength(Integer prefixLength) Set the prefixLength property: The length of the prefix of the ip address.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type CidrIpAddressModifier and TypeMethodDescriptionIpAddressGroup.ipv4Addresses()Get the ipv4Addresses property: The list of ip v4 addresses.IpAddressGroup.ipv6Addresses()Get the ipv6Addresses property: The list of ip v6 addresses.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type CidrIpAddressModifier and TypeMethodDescriptionIpAddressGroup.withIpv4Addresses(List<CidrIpAddress> ipv4Addresses) Set the ipv4Addresses property: The list of ip v4 addresses.IpAddressGroup.withIpv6Addresses(List<CidrIpAddress> ipv6Addresses) Set the ipv6Addresses property: The list of ip v6 addresses.