IPRule Class
IP rule with specific IP or IP range in CIDR format.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelIPRule
Constructor
IPRule(*, ip_address_or_range: str, action: str | _models.Action | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
action
|
The action of IP ACL rule. "Allow" |
ip_address_or_range
|
Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed. Required. |
Variables
Name | Description |
---|---|
action
|
The action of IP ACL rule. "Allow" |
ip_address_or_range
|
Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed. Required. |
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