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" |
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