IoTHubNetworkRuleSetIpRule

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

The desired action for requests captured by this rule. Possible values are Allow. Defaults to Allow.

Link copied to clipboard

The IP address range in CIDR notation for the ip rule.

Link copied to clipboard

The name of the ip rule.