AzureFirewallNetworkRule Class

Properties of the network rule.

Constructor

AzureFirewallNetworkRule(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

Name of the network rule.

description
str

Description of the rule.

protocols

Array of AzureFirewallNetworkRuleProtocols.

source_addresses

List of source IP addresses for this rule.

destination_addresses

List of destination IP addresses.

destination_ports

List of destination ports.

destination_fqdns

List of destination FQDNs.

source_ip_groups

List of source IpGroups for this rule.

destination_ip_groups

List of destination IpGroups for this rule.

Attributes

description

Description of the rule.

description: str | None

destination_addresses

List of destination IP addresses.

destination_addresses: list[str] | None

destination_fqdns

List of destination FQDNs.

destination_fqdns: list[str] | None

destination_ip_groups

List of destination IpGroups for this rule.

destination_ip_groups: list[str] | None

destination_ports

List of destination ports.

destination_ports: list[str] | None

name

Name of the network rule.

name: str | None

protocols

Array of AzureFirewallNetworkRuleProtocols.

protocols: list[typing.Union[str, ForwardRef('_models.AzureFirewallNetworkRuleProtocol')]] | None

source_addresses

List of source IP addresses for this rule.

source_addresses: list[str] | None

source_ip_groups

List of source IpGroups for this rule.

source_ip_groups: list[str] | None