Uses of Class
com.azure.resourcemanager.cdn.models.IpAddressGroup
Packages that use IpAddressGroup
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of IpAddressGroup in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return types with arguments of type IpAddressGroupModifier and TypeMethodDescriptionEdgeNodeInner.ipAddressGroups()Get the ipAddressGroups property: List of ip address groups.EdgeNodeProperties.ipAddressGroups()Get the ipAddressGroups property: List of ip address groups.Method parameters in com.azure.resourcemanager.cdn.fluent.models with type arguments of type IpAddressGroupModifier and TypeMethodDescriptionEdgeNodeInner.withIpAddressGroups(List<IpAddressGroup> ipAddressGroups) Set the ipAddressGroups property: List of ip address groups.EdgeNodeProperties.withIpAddressGroups(List<IpAddressGroup> ipAddressGroups) Set the ipAddressGroups property: List of ip address groups. -
Uses of IpAddressGroup in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type IpAddressGroupMethods in com.azure.resourcemanager.cdn.models that return IpAddressGroupModifier and TypeMethodDescriptionstatic IpAddressGroupIpAddressGroup.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpAddressGroup from the JsonReader.IpAddressGroup.withDeliveryRegion(String deliveryRegion) Set the deliveryRegion property: The delivery region of the ip address group.IpAddressGroup.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.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type IpAddressGroup