NetworkRuleSetIpRule 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.
IP Rule to be applied as part of Network Rule Set
public class NetworkRuleSetIpRule
type NetworkRuleSetIpRule = class
Public Class NetworkRuleSetIpRule
- Inheritance
-
NetworkRuleSetIpRule
Constructors
NetworkRuleSetIpRule() |
Initializes a new instance of the NetworkRuleSetIpRule class. |
NetworkRuleSetIpRule(String, String, String) |
Initializes a new instance of the NetworkRuleSetIpRule class. |
Properties
Action |
Gets or sets IP Filter Action. Possible values include: 'Allow' |
FilterName |
Gets or sets name of the IP filter rule. |
IpMask |
Gets or sets a string that contains the IP address range in CIDR notation for the rule. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET