NetworkRuleSetProperties Class
Network Rule Set Properties of IotHub.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelNetworkRuleSetProperties
Constructor
NetworkRuleSetProperties(*, apply_to_built_in_event_hub_endpoint: bool, ip_rules: List[_models.NetworkRuleSetIpRule], default_action: str | _models.DefaultAction = 'Deny', **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
default_action
|
str or
DefaultAction
Default Action for Network Rule Set. Known values are: "Deny" and "Allow". Default value: Deny
|
apply_to_built_in_event_hub_endpoint
|
If True, then Network Rule Set is also applied to BuiltIn EventHub EndPoint of IotHub. Required. |
ip_rules
|
List of IP Rules. Required. |
Variables
Name | Description |
---|---|
default_action
|
str or
DefaultAction
Default Action for Network Rule Set. Known values are: "Deny" and "Allow". |
apply_to_built_in_event_hub_endpoint
|
If True, then Network Rule Set is also applied to BuiltIn EventHub EndPoint of IotHub. Required. |
ip_rules
|
List of IP Rules. Required. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python