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" |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python