NetworkRule interface
Rule of type network.
- Extends
Properties
destination |
List of destination IP addresses or Service Tags. |
destination |
List of destination FQDNs. |
destination |
List of destination IpGroups for this rule. |
destination |
List of destination ports. |
ip |
Array of FirewallPolicyRuleNetworkProtocols. |
rule |
Polymorphic discriminator, which specifies the different types this object can be |
source |
List of source IP addresses for this rule. |
source |
List of source IpGroups for this rule. |
Inherited Properties
description | Description of the rule. |
name | Name of the rule. |
Property Details
destinationAddresses
List of destination IP addresses or Service Tags.
destinationAddresses?: string[]
Property Value
string[]
destinationFqdns
List of destination FQDNs.
destinationFqdns?: string[]
Property Value
string[]
destinationIpGroups
List of destination IpGroups for this rule.
destinationIpGroups?: string[]
Property Value
string[]
destinationPorts
List of destination ports.
destinationPorts?: string[]
Property Value
string[]
ipProtocols
Array of FirewallPolicyRuleNetworkProtocols.
ipProtocols?: string[]
Property Value
string[]
ruleType
Polymorphic discriminator, which specifies the different types this object can be
ruleType: "NetworkRule"
Property Value
"NetworkRule"
sourceAddresses
List of source IP addresses for this rule.
sourceAddresses?: string[]
Property Value
string[]
sourceIpGroups
List of source IpGroups for this rule.
sourceIpGroups?: string[]
Property Value
string[]
Inherited Property Details
description
Description of the rule.
description?: string
Property Value
string
Inherited From FirewallPolicyRule.description