AzureFirewallNetworkRule Class

Properties of the network rule.

Inheritance
AzureFirewallNetworkRule

Constructor

AzureFirewallNetworkRule(*, name: typing.Union[str, NoneType] = None, description: typing.Union[str, NoneType] = None, protocols: typing.Union[typing.List[typing.Union[str, _ForwardRef('AzureFirewallNetworkRuleProtocol')]], NoneType] = None, source_addresses: typing.Union[typing.List[str], NoneType] = None, destination_addresses: typing.Union[typing.List[str], NoneType] = None, destination_ports: typing.Union[typing.List[str], NoneType] = None, destination_fqdns: typing.Union[typing.List[str], NoneType] = None, source_ip_groups: typing.Union[typing.List[str], NoneType] = None, destination_ip_groups: typing.Union[typing.List[str], NoneType] = None, **kwargs)

Parameters

name
str

Name of the network rule.

description
str

Description of the rule.

protocols
list[str or AzureFirewallNetworkRuleProtocol]

Array of AzureFirewallNetworkRuleProtocols.

source_addresses
list[str]

List of source IP addresses for this rule.

destination_addresses
list[str]

List of destination IP addresses.

destination_ports
list[str]

List of destination ports.

destination_fqdns
list[str]

List of destination FQDNs.

source_ip_groups
list[str]

List of source IpGroups for this rule.

destination_ip_groups
list[str]

List of destination IpGroups for this rule.