IotHubIPFilterRule Class

Definition

The IP filter rules for the IoT hub.

public class IotHubIPFilterRule
type IotHubIPFilterRule = class
Public Class IotHubIPFilterRule
Inheritance
IotHubIPFilterRule

Constructors

IotHubIPFilterRule(String, IotHubIPFilterActionType, String)

Initializes a new instance of IotHubIPFilterRule.

Properties

Action

The desired action for requests captured by this rule.

FilterName

The name of the IP filter rule.

IPMask

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

Applies to