NetworkRuleSet 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.
A set of rules governing the network accessibility.
public class NetworkRuleSet
type NetworkRuleSet = class
Public Class NetworkRuleSet
- Inheritance
-
NetworkRuleSet
Constructors
NetworkRuleSet() |
Initializes a new instance of the NetworkRuleSet class. |
NetworkRuleSet(String, IList<IpRule>, IList<VirtualNetworkRule>) |
Initializes a new instance of the NetworkRuleSet class. |
Properties
DefaultAction |
Gets or sets the default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. Possible values include: 'Allow', 'Deny' |
IpRules |
Gets or sets the list of IP address rules. |
VirtualNetworkRules |
Gets or sets the list of virtual network rules. |
Applies to
Azure SDK for .NET