你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SearchServiceNetworkRuleSet.IPRules Property

Definition

A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.

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