IpFilterRuleArgs

data class IpFilterRuleArgs(val action: Output<IpFilterActionType>, val filterName: Output<String>, val ipMask: Output<String>) : ConvertibleToJava<IpFilterRuleArgs>

The IP filter rules for the IoT hub.

Constructors

Link copied to clipboard
constructor(action: Output<IpFilterActionType>, filterName: Output<String>, ipMask: Output<String>)

Properties

Link copied to clipboard

The desired action for requests captured by this rule.

Link copied to clipboard
val filterName: Output<String>

The name of the IP filter rule.

Link copied to clipboard
val ipMask: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): IpFilterRuleArgs