EventHubNamespaceNetworkRulesetsIpRule

data class EventHubNamespaceNetworkRulesetsIpRule(val action: String? = null, val ipMask: String)

Constructors

Link copied to clipboard
constructor(action: String? = null, ipMask: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

The action to take when the rule is matched. Possible values are Allow. Defaults to Allow.

Link copied to clipboard

The IP mask to match on.