IoTHubNetworkRuleSet

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)

Types

Link copied to clipboard
object Companion

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
val defaultAction: String? = null

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.