IPRule Class
IPRule.
- Inheritance
-
azure.mgmt.network._serialization.ModelIPRule
Constructor
IPRule(*, address_prefix: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
address_prefix
|
Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed. |
Variables
Name | Description |
---|---|
address_prefix
|
Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed. |
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