NetworkRule interface

Rule of type network.

Extends

Properties

destinationAddresses

List of destination IP addresses or Service Tags.

destinationFqdns

List of destination FQDNs.

destinationIpGroups

List of destination IpGroups for this rule.

destinationPorts

List of destination ports.

ipProtocols

Array of FirewallPolicyRuleNetworkProtocols.

ruleType

Polymorphic discriminator, which specifies the different types this object can be

sourceAddresses

List of source IP addresses for this rule.

sourceIpGroups

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

name

Name of the rule.

name?: string

Property Value

string

Inherited From FirewallPolicyRule.name