AzureFirewallNetworkRule 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.
Properties of the network rule.
public class AzureFirewallNetworkRule
type AzureFirewallNetworkRule = class
Public Class AzureFirewallNetworkRule
- Inheritance
-
AzureFirewallNetworkRule
Constructors
AzureFirewallNetworkRule() |
Initializes a new instance of the AzureFirewallNetworkRule class. |
AzureFirewallNetworkRule(String, String, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>) |
Initializes a new instance of the AzureFirewallNetworkRule class. |
Properties
Description |
Gets or sets description of the rule. |
DestinationAddresses |
Gets or sets list of destination IP addresses. |
DestinationFqdns |
Gets or sets list of destination FQDNs. |
DestinationIpGroups |
Gets or sets list of destination IpGroups for this rule. |
DestinationPorts |
Gets or sets list of destination ports. |
Name |
Gets or sets name of the network rule. |
Protocols |
Gets or sets array of AzureFirewallNetworkRuleProtocols. |
SourceAddresses |
Gets or sets list of source IP addresses for this rule. |
SourceIpGroups |
Gets or sets list of source IpGroups for this rule. |