NetworkRuleSetIpRule Class
IP Rule to be applied as part of Network Rule Set.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelNetworkRuleSetIpRule
Constructor
NetworkRuleSetIpRule(*, filter_name: str, ip_mask: str, action: str | _models.NetworkRuleIPAction = 'Allow', **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
filter_name
|
Name of the IP filter rule. Required. |
action
|
IP Filter Action. "Allow" Default value: Allow
|
ip_mask
|
A string that contains the IP address range in CIDR notation for the rule. Required. |
Variables
Name | Description |
---|---|
filter_name
|
Name of the IP filter rule. Required. |
action
|
IP Filter Action. "Allow" |
ip_mask
|
A string that contains the IP address range in CIDR notation for the rule. Required. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python