Share via


IpRule Class

Definition

The IP restriction rule of the Azure Cognitive Search service.

public class IpRule
type IpRule = class
Public Class IpRule
Inheritance
IpRule

Constructors

IpRule()

Initializes a new instance of the IpRule class.

IpRule(String)

Initializes a new instance of the IpRule class.

Properties

Value

Gets or sets value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.

Applies to