IPRule Class
Rule to filter client IP address.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.batch._serialization.ModelIPRule
Constructor
IPRule(*, value: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
IPv4 address, or IPv4 address range in CIDR format. Required. |
Variables
Name | Description |
---|---|
action
|
Action when client IP address is matched. Required. Default value is "Allow". |
value
|
IPv4 address, or IPv4 address range in CIDR format. Required. |
Attributes
action
action = 'Allow'
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