AzureFirewallPropertiesFormat Class

Properties of the Azure Firewall.

Constructor

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

Variables

Name Description
application_rule_collections

Collection of application rule collections used by Azure Firewall.

nat_rule_collections

Collection of NAT rule collections used by Azure Firewall.

network_rule_collections

Collection of network rule collections used by Azure Firewall.

ip_configurations

IP configuration of the Azure Firewall resource.

management_ip_configuration

IP configuration of the Azure Firewall used for management traffic.

provisioning_state

The provisioning state of the Azure firewall resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

threat_intel_mode

The operation mode for Threat Intelligence. Known values are: "Alert", "Deny", and "Off".

virtual_hub

The virtualHub to which the firewall belongs.

firewall_policy

The firewallPolicy associated with this azure firewall.

hub_ip_addresses

IP addresses associated with AzureFirewall.

ip_groups

IpGroups associated with AzureFirewall.

sku

The Azure Firewall Resource SKU.

additional_properties

The additional properties used to further config this azure firewall.

autoscale_configuration

Properties to provide a custom autoscale configuration to this azure firewall.

afc_configuration

AFC configuration for the Azure Firewall.

Attributes

additional_properties

The additional properties used to further config this azure firewall.

additional_properties: dict[str, str] | None

afc_configuration

AFC configuration for the Azure Firewall.

afc_configuration: _models.AfcConfiguration | None

application_rule_collections

Collection of application rule collections used by Azure Firewall.

application_rule_collections: list['_models.AzureFirewallApplicationRuleCollection'] | None

autoscale_configuration

Properties to provide a custom autoscale configuration to this azure firewall.

autoscale_configuration: _models.AzureFirewallAutoscaleConfiguration | None

firewall_policy

The firewallPolicy associated with this azure firewall.

firewall_policy: _models.SubResource | None

hub_ip_addresses

IP addresses associated with AzureFirewall.

hub_ip_addresses: _models.HubIPAddresses | None

ip_configurations

IP configuration of the Azure Firewall resource.

ip_configurations: list['_models.AzureFirewallIPConfiguration'] | None

ip_groups

IpGroups associated with AzureFirewall.

ip_groups: list['_models.AzureFirewallIpGroups'] | None

management_ip_configuration

IP configuration of the Azure Firewall used for management traffic.

management_ip_configuration: _models.AzureFirewallIPConfiguration | None

nat_rule_collections

Collection of NAT rule collections used by Azure Firewall.

nat_rule_collections: list['_models.AzureFirewallNatRuleCollection'] | None

network_rule_collections

Collection of network rule collections used by Azure Firewall.

network_rule_collections: list['_models.AzureFirewallNetworkRuleCollection'] | None

provisioning_state

"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None

sku

The Azure Firewall Resource SKU.

sku: _models.AzureFirewallSku | None

threat_intel_mode

"Alert", "Deny", and "Off".

threat_intel_mode: str | _models.AzureFirewallThreatIntelMode | None

virtual_hub

The virtualHub to which the firewall belongs.

virtual_hub: _models.SubResource | None