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. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python