AzureFirewall interface
Azure Firewall resource.
- Extends
Properties
| additional |
The additional properties used to further config this azure firewall. |
| afc |
AFC configuration for the Azure Firewall. |
| application |
Collection of application rule collections used by Azure Firewall. |
| autoscale |
Properties to provide a custom autoscale configuration to this azure firewall. |
| etag | A unique read-only string that changes whenever the resource is updated. |
| extended |
The extended location of type local virtual network gateway. |
| firewall |
The firewallPolicy associated with this azure firewall. |
| hub |
IP addresses associated with AzureFirewall. |
| ip |
IP configuration of the Azure Firewall resource. |
| ip |
IpGroups associated with AzureFirewall. |
| 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. |
| provisioning |
The provisioning state of the Azure firewall resource. |
| sku | The Azure Firewall Resource SKU. |
| threat |
The operation mode for Threat Intelligence. |
| virtual |
The virtualHub to which the firewall belongs. |
| zones | A list of availability zones denoting where the resource needs to come from. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
additionalProperties
The additional properties used to further config this azure firewall.
additionalProperties?: Record<string, string>
Property Value
Record<string, string>
afcConfiguration
AFC configuration for the Azure Firewall.
afcConfiguration?: AfcConfiguration
Property Value
applicationRuleCollections
Collection of application rule collections used by Azure Firewall.
applicationRuleCollections?: AzureFirewallApplicationRuleCollection[]
Property Value
autoscaleConfiguration
Properties to provide a custom autoscale configuration to this azure firewall.
autoscaleConfiguration?: AzureFirewallAutoscaleConfiguration
Property Value
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
extendedLocation
The extended location of type local virtual network gateway.
extendedLocation?: ExtendedLocation
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
ipGroups
IpGroups associated with AzureFirewall.
ipGroups?: AzureFirewallIpGroups[]
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
provisioningState
The provisioning state of the Azure firewall resource.
provisioningState?: string
Property Value
string
sku
threatIntelMode
The operation mode for Threat Intelligence.
threatIntelMode?: string
Property Value
string
virtualHub
zones
A list of availability zones denoting where the resource needs to come from.
zones?: string[]
Property Value
string[]
Inherited Property Details
id
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags