SearchService.IPRules Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)