SearchServiceNetworkRuleSet Class
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.
Network specific rules that determine how the Azure AI Search service may be reached.
public class SearchServiceNetworkRuleSet : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Search.Models.SearchServiceNetworkRuleSet>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Search.Models.SearchServiceNetworkRuleSet>
type SearchServiceNetworkRuleSet = class
interface IJsonModel<SearchServiceNetworkRuleSet>
interface IPersistableModel<SearchServiceNetworkRuleSet>
Public Class SearchServiceNetworkRuleSet
Implements IJsonModel(Of SearchServiceNetworkRuleSet), IPersistableModel(Of SearchServiceNetworkRuleSet)
- Inheritance
-
SearchServiceNetworkRuleSet
- Implements
Constructors
SearchServiceNetworkRuleSet() |
Initializes a new instance of SearchServiceNetworkRuleSet. |
Properties
Bypass |
Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section. |
IPRules |
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. |
Explicit Interface Implementations
IJsonModel<SearchServiceNetworkRuleSet>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SearchServiceNetworkRuleSet>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SearchServiceNetworkRuleSet>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SearchServiceNetworkRuleSet>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SearchServiceNetworkRuleSet>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET