NetworkRuleSetPropertiesArgs

data class NetworkRuleSetPropertiesArgs(val applyToBuiltInEventHubEndpoint: Output<Boolean>, val defaultAction: Output<Either<String, DefaultAction>>? = null, val ipRules: Output<List<NetworkRuleSetIpRuleArgs>>) : ConvertibleToJava<NetworkRuleSetPropertiesArgs>

Network Rule Set Properties of IotHub

Constructors

Link copied to clipboard
constructor(applyToBuiltInEventHubEndpoint: Output<Boolean>, defaultAction: Output<Either<String, DefaultAction>>? = null, ipRules: Output<List<NetworkRuleSetIpRuleArgs>>)

Properties

Link copied to clipboard

If True, then Network Rule Set is also applied to BuiltIn EventHub EndPoint of IotHub

Link copied to clipboard
val defaultAction: Output<Either<String, DefaultAction>>? = null

Default Action for Network Rule Set

Link copied to clipboard

List of IP Rules

Functions

Link copied to clipboard
open override fun toJava(): NetworkRuleSetPropertiesArgs