EdgeNode Class
Edgenode is a global Point of Presence (POP) location used to deliver CDN content to end users.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.cdn.models._models_py3.ProxyResourceEdgeNode
Constructor
EdgeNode(*, ip_address_groups: List[_models.IpAddressGroup] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
ip_address_groups
|
List of ip address groups. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
system_data
|
Read only system data. |
ip_address_groups
|
List of ip address groups. |
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