CidrIpAddress Class
CIDR Ip address.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelCidrIpAddress
Constructor
CidrIpAddress(*, base_ip_address: str | None = None, prefix_length: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
base_ip_address
|
Ip address itself. |
prefix_length
|
The length of the prefix of the ip address. |
Variables
Name | Description |
---|---|
base_ip_address
|
Ip address itself. |
prefix_length
|
The length of the prefix of the ip address. |
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