NWRuleSetIpRules Class
The response from the List namespace operation.
- Inheritance
-
azure.mgmt.eventhub._serialization.ModelNWRuleSetIpRules
Constructor
NWRuleSetIpRules(*, ip_mask: str | None = None, action: str | _models.NetworkRuleIPAction | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
ip_mask
|
IP Mask. |
action
|
The IP Filter Action. "Allow" |
Variables
Name | Description |
---|---|
ip_mask
|
IP Mask. |
action
|
The IP Filter Action. "Allow" |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python