AzureFirewallPropertiesFormat interface
Properties of the Azure Firewall.
Properties
| additional |
The additional properties used to further config this azure firewall. |
| application |
Collection of application rule collections used by Azure Firewall. |
| firewall |
The firewallPolicy associated with this azure firewall. |
| hub |
IP addresses associated with AzureFirewall. |
| ip |
IP configuration of the Azure Firewall resource. |
| management |
IP configuration of the Azure Firewall used for management traffic. |
| nat |
Collection of NAT rule collections used by Azure Firewall. |
| network |
Collection of network rule collections used by Azure Firewall. |
| sku | The Azure Firewall Resource SKU. |
| threat |
The operation mode for Threat Intelligence. |
| virtual |
The virtualHub to which the firewall belongs. |
Property Details
additionalProperties
The additional properties used to further config this azure firewall.
additionalProperties?: Record<string, string>
Property Value
Record<string, string>
applicationRuleCollections
Collection of application rule collections used by Azure Firewall.
applicationRuleCollections?: AzureFirewallApplicationRuleCollection[]
Property Value
firewallPolicy
The firewallPolicy associated with this azure firewall.
firewallPolicy?: SubResource
Property Value
hubIPAddresses
IP addresses associated with AzureFirewall.
hubIPAddresses?: HubIPAddresses
Property Value
ipConfigurations
IP configuration of the Azure Firewall resource.
ipConfigurations?: AzureFirewallIPConfiguration[]
Property Value
managementIpConfiguration
IP configuration of the Azure Firewall used for management traffic.
managementIpConfiguration?: AzureFirewallIPConfiguration
Property Value
natRuleCollections
Collection of NAT rule collections used by Azure Firewall.
natRuleCollections?: AzureFirewallNatRuleCollection[]
Property Value
networkRuleCollections
Collection of network rule collections used by Azure Firewall.
networkRuleCollections?: AzureFirewallNetworkRuleCollection[]
Property Value
sku
threatIntelMode
The operation mode for Threat Intelligence.
threatIntelMode?: "Deny" | "Alert" | "Off"
Property Value
"Deny" | "Alert" | "Off"