Uses of Class
com.azure.resourcemanager.cdn.models.IpAddressGroup
-
Packages that use IpAddressGroup Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models 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 IpAddressGroup Modifier and Type Method Description List<IpAddressGroup>EdgeNodeInner. ipAddressGroups()Get the ipAddressGroups property: List of ip address groups.List<IpAddressGroup>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 IpAddressGroup Modifier and Type Method Description EdgeNodeInnerEdgeNodeInner. withIpAddressGroups(List<IpAddressGroup> ipAddressGroups)Set the ipAddressGroups property: List of ip address groups.EdgeNodePropertiesEdgeNodeProperties. withIpAddressGroups(List<IpAddressGroup> ipAddressGroups)Set the ipAddressGroups property: List of ip address groups. -
Uses of IpAddressGroup in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return IpAddressGroup Modifier and Type Method Description IpAddressGroupIpAddressGroup. withDeliveryRegion(String deliveryRegion)Set the deliveryRegion property: The delivery region of the ip address group.IpAddressGroupIpAddressGroup. withIpv4Addresses(List<CidrIpAddress> ipv4Addresses)Set the ipv4Addresses property: The list of ip v4 addresses.IpAddressGroupIpAddressGroup. 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 Modifier and Type Method Description List<IpAddressGroup>EdgeNode. ipAddressGroups()Get the ipAddressGroups value.
-