NetworkRuleSetPropertiesResponse

data class NetworkRuleSetPropertiesResponse(val applyToBuiltInEventHubEndpoint: Boolean, val defaultAction: String? = null, val ipRules: List<NetworkRuleSetIpRuleResponse>)

Network Rule Set Properties of IotHub

Constructors

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

Types

Link copied to clipboard
object Companion

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

Default Action for Network Rule Set

Link copied to clipboard