Io THub Network Rule Set Args
data class IoTHubNetworkRuleSetArgs(val applyToBuiltinEventhubEndpoint: Output<Boolean>? = null, val defaultAction: Output<String>? = null, val ipRules: Output<List<IoTHubNetworkRuleSetIpRuleArgs>>? = null) : ConvertibleToJava<IoTHubNetworkRuleSetArgs>
Constructors
Link copied to clipboard
constructor(applyToBuiltinEventhubEndpoint: Output<Boolean>? = null, defaultAction: Output<String>? = null, ipRules: Output<List<IoTHubNetworkRuleSetIpRuleArgs>>? = 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.