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