Share via


InboundIpRule Class

Definition

public class InboundIpRule
type InboundIpRule = class
Public Class InboundIpRule
Inheritance
InboundIpRule

Constructors

InboundIpRule()

Initializes a new instance of the InboundIpRule class.

InboundIpRule(String, String)

Initializes a new instance of the InboundIpRule class.

Properties

Action

Gets or sets action to perform based on the match or no match of the IpMask. Possible values include: 'Allow'

IpMask

Gets or sets IP Address in CIDR notation e.g., 10.0.0.0/8.

Applies to