Io THub Network Rule Set
data class IoTHubNetworkRuleSet(val applyToBuiltinEventhubEndpoint: Boolean? = null, val defaultAction: String? = null, val ipRules: List<IoTHubNetworkRuleSetIpRule>? = null)
Constructors
Link copied to clipboard
constructor(applyToBuiltinEventhubEndpoint: Boolean? = null, defaultAction: String? = null, ipRules: List<IoTHubNetworkRuleSetIpRule>? = null)
Properties
Link copied to clipboard
Determines if Network Rule Set is also applied to the BuiltIn EventHub EndPoint of the IotHub. Defaults to false
.
Link copied to clipboard
Default Action for Network Rule Set. Possible values are DefaultActionDeny
, DefaultActionAllow
. Defaults to DefaultActionDeny
.
Link copied to clipboard
One or more ip_rule
blocks as defined below.