IPRule Class
IP rule with specific IP or IP range in CIDR format.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.storage._serialization.ModelIPRule
Constructor
IPRule(*, ip_address_or_range: str, action: Literal['Allow'] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
ip_address_or_range
|
Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed. Required. |
action
|
The action of IP ACL rule. Default value is "Allow". |
Variables
Name | Description |
---|---|
ip_address_or_range
|
Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed. Required. |
action
|
The action of IP ACL rule. Default value is "Allow". |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python