NetworkRuleSet Class
Description of NetworkRuleSet resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.servicebus.v2021_01_01_preview.models._models_py3.ResourceNetworkRuleSet
Constructor
NetworkRuleSet(*, default_action: str | _models.DefaultAction | None = None, virtual_network_rules: List[_models.NWRuleSetVirtualNetworkRules] | None = None, ip_rules: List[_models.NWRuleSetIpRules] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
default_action
|
str or
DefaultAction
Default Action for Network Rule Set. Known values are: "Allow" and "Deny". |
virtual_network_rules
|
List VirtualNetwork Rules. |
ip_rules
|
List of IpRules. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
system_data
|
The system meta data relating to this resource. |
default_action
|
str or
DefaultAction
Default Action for Network Rule Set. Known values are: "Allow" and "Deny". |
virtual_network_rules
|
List VirtualNetwork Rules. |
ip_rules
|
List of IpRules. |
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