IpFilterRuleResponse

data class IpFilterRuleResponse(val action: String, val filterName: String, val ipMask: String)

The IP filter rules for the IoT hub.

Constructors

Link copied to clipboard
constructor(action: String, filterName: String, ipMask: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The desired action for requests captured by this rule.

Link copied to clipboard

The name of the IP filter rule.

Link copied to clipboard

A string that contains the IP address range in CIDR notation for the rule.