Share via


SearchService.IPRules Property

Definition

A list of IP restriction rules used for an IP firewall. Any IPs that do not match the rules are blocked by the firewall. These rules are only applied when the 'publicNetworkAccess' of the search service is 'enabled'.

public Azure.Provisioning.BicepList<Azure.Provisioning.Search.SearchServiceIPRule> IPRules { get; set; }
member this.IPRules : Azure.Provisioning.BicepList<Azure.Provisioning.Search.SearchServiceIPRule> with get, set
Public Property IPRules As BicepList(Of SearchServiceIPRule)

Property Value

Applies to