IpRule 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.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET