IpAddressGroup Class
CDN Ip address group.
Constructor
IpAddressGroup(*, delivery_region: str | None = None, ipv4_addresses: List[_models.CidrIpAddress] | None = None, ipv6_addresses: List[_models.CidrIpAddress] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
delivery_region
|
The delivery region of the ip address group. |
ipv4_addresses
|
The list of ip v4 addresses. |
ipv6_addresses
|
The list of ip v6 addresses. |
Variables
Name | Description |
---|---|
delivery_region
|
The delivery region of the ip address group. |
ipv4_addresses
|
The list of ip v4 addresses. |
ipv6_addresses
|
The list of ip v6 addresses. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python