Network Rule Set Properties Args
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>>)