Get Firewall Result
data class GetFirewallResult(val dnsProxyEnabled: Boolean, val dnsServers: List<String>, val firewallPolicyId: String, val id: String, val ipConfigurations: List<GetFirewallIpConfiguration>, val location: String, val managementIpConfigurations: List<GetFirewallManagementIpConfiguration>, val name: String, val resourceGroupName: String, val skuName: String, val skuTier: String, val tags: Map<String, String>, val threatIntelMode: String, val virtualHubs: List<GetFirewallVirtualHub>, val zones: List<String>)
A collection of values returned by getFirewall.
Constructors
Link copied to clipboard
constructor(dnsProxyEnabled: Boolean, dnsServers: List<String>, firewallPolicyId: String, id: String, ipConfigurations: List<GetFirewallIpConfiguration>, location: String, managementIpConfigurations: List<GetFirewallManagementIpConfiguration>, name: String, resourceGroupName: String, skuName: String, skuTier: String, tags: Map<String, String>, threatIntelMode: String, virtualHubs: List<GetFirewallVirtualHub>, zones: List<String>)
Properties
Link copied to clipboard
Whether DNS proxy is enabled. It will forward DNS requests to the DNS servers when it is true
.
Link copied to clipboard
The list of DNS servers that the Azure Firewall will direct DNS traffic to for name resolution.
Link copied to clipboard
The ID of the Firewall Policy applied to the Azure Firewall.
Link copied to clipboard
A ip_configuration
block as defined below.
Link copied to clipboard
A management_ip_configuration
block as defined below, which allows force-tunnelling of traffic to be performed by the firewall.
Link copied to clipboard
Link copied to clipboard
The operation mode for threat intelligence-based filtering.
Link copied to clipboard
A virtual_hub
block as defined below.