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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python