### YamlMime:JavaType uid: "com.azure.resourcemanager.cdn.models.IpAddressGroup" fullName: "com.azure.resourcemanager.cdn.models.IpAddressGroup" name: "IpAddressGroup" nameWithType: "IpAddressGroup" summary: "CDN Ip address group." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **IpAddressGroup**
implements <>" constructors: - uid: "com.azure.resourcemanager.cdn.models.IpAddressGroup.IpAddressGroup()" fullName: "com.azure.resourcemanager.cdn.models.IpAddressGroup.IpAddressGroup()" name: "IpAddressGroup()" nameWithType: "IpAddressGroup.IpAddressGroup()" summary: "Creates an instance of IpAddressGroup class." syntax: "public IpAddressGroup()" desc: "Creates an instance of IpAddressGroup class." methods: - uid: "com.azure.resourcemanager.cdn.models.IpAddressGroup.deliveryRegion()" fullName: "com.azure.resourcemanager.cdn.models.IpAddressGroup.deliveryRegion()" name: "deliveryRegion()" nameWithType: "IpAddressGroup.deliveryRegion()" summary: "Get the deliveryRegion property: The delivery region of the ip address group." syntax: "public String deliveryRegion()" desc: "Get the deliveryRegion property: The delivery region of the ip address group." returns: description: "the deliveryRegion value." type: "String" - uid: "com.azure.resourcemanager.cdn.models.IpAddressGroup.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.cdn.models.IpAddressGroup.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "IpAddressGroup.fromJson(JsonReader jsonReader)" summary: "Reads an instance of IpAddressGroup from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static IpAddressGroup fromJson(JsonReader jsonReader)" exceptions: - description: "If an error occurs while reading the IpAddressGroup." type: "IOException" desc: "Reads an instance of IpAddressGroup from the JsonReader." returns: description: "An instance of IpAddressGroup if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null." type: "" - uid: "com.azure.resourcemanager.cdn.models.IpAddressGroup.ipv4Addresses()" fullName: "com.azure.resourcemanager.cdn.models.IpAddressGroup.ipv4Addresses()" name: "ipv4Addresses()" nameWithType: "IpAddressGroup.ipv4Addresses()" summary: "Get the ipv4Addresses property: The list of ip v4 addresses." syntax: "public List ipv4Addresses()" desc: "Get the ipv4Addresses property: The list of ip v4 addresses." returns: description: "the ipv4Addresses value." type: "List<>" - uid: "com.azure.resourcemanager.cdn.models.IpAddressGroup.ipv6Addresses()" fullName: "com.azure.resourcemanager.cdn.models.IpAddressGroup.ipv6Addresses()" name: "ipv6Addresses()" nameWithType: "IpAddressGroup.ipv6Addresses()" summary: "Get the ipv6Addresses property: The list of ip v6 addresses." syntax: "public List ipv6Addresses()" desc: "Get the ipv6Addresses property: The list of ip v6 addresses." returns: description: "the ipv6Addresses value." type: "List<>" - uid: "com.azure.resourcemanager.cdn.models.IpAddressGroup.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.cdn.models.IpAddressGroup.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "IpAddressGroup.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.cdn.models.IpAddressGroup.validate()" fullName: "com.azure.resourcemanager.cdn.models.IpAddressGroup.validate()" name: "validate()" nameWithType: "IpAddressGroup.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.cdn.models.IpAddressGroup.withDeliveryRegion(java.lang.String)" fullName: "com.azure.resourcemanager.cdn.models.IpAddressGroup.withDeliveryRegion(String deliveryRegion)" name: "withDeliveryRegion(String deliveryRegion)" nameWithType: "IpAddressGroup.withDeliveryRegion(String deliveryRegion)" summary: "Set the deliveryRegion property: The delivery region of the ip address group." parameters: - description: "the deliveryRegion value to set." name: "deliveryRegion" type: "String" syntax: "public IpAddressGroup withDeliveryRegion(String deliveryRegion)" desc: "Set the deliveryRegion property: The delivery region of the ip address group." returns: description: "the IpAddressGroup object itself." type: "" - uid: "com.azure.resourcemanager.cdn.models.IpAddressGroup.withIpv4Addresses(java.util.List)" fullName: "com.azure.resourcemanager.cdn.models.IpAddressGroup.withIpv4Addresses(List ipv4Addresses)" name: "withIpv4Addresses(List ipv4Addresses)" nameWithType: "IpAddressGroup.withIpv4Addresses(List ipv4Addresses)" summary: "Set the ipv4Addresses property: The list of ip v4 addresses." parameters: - description: "the ipv4Addresses value to set." name: "ipv4Addresses" type: "List<>" syntax: "public IpAddressGroup withIpv4Addresses(List ipv4Addresses)" desc: "Set the ipv4Addresses property: The list of ip v4 addresses." returns: description: "the IpAddressGroup object itself." type: "" - uid: "com.azure.resourcemanager.cdn.models.IpAddressGroup.withIpv6Addresses(java.util.List)" fullName: "com.azure.resourcemanager.cdn.models.IpAddressGroup.withIpv6Addresses(List ipv6Addresses)" name: "withIpv6Addresses(List ipv6Addresses)" nameWithType: "IpAddressGroup.withIpv6Addresses(List ipv6Addresses)" summary: "Set the ipv6Addresses property: The list of ip v6 addresses." parameters: - description: "the ipv6Addresses value to set." name: "ipv6Addresses" type: "List<>" syntax: "public IpAddressGroup withIpv6Addresses(List ipv6Addresses)" desc: "Set the ipv6Addresses property: The list of ip v6 addresses." returns: description: "the IpAddressGroup object itself." type: "" type: "class" desc: "CDN Ip address group." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.cdn.models" artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.44.0