NWRuleSetIpRules Class
Description of NetWorkRuleSet - IpRules resource.
- Inheritance
-
azure.mgmt.servicebus._serialization.ModelNWRuleSetIpRules
Constructor
NWRuleSetIpRules(*, ip_mask: str | None = None, action: str | _models.NetworkRuleIPAction = 'Allow', **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
ip_mask
|
IP Mask. |
action
|
The IP Filter Action. "Allow" Default value: Allow
|
Variables
Name | Description |
---|---|
ip_mask
|
IP Mask. |
action
|
The IP Filter 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