GetFirewallPlainArgs

data class GetFirewallPlainArgs(val dnsProxyEnabled: Boolean? = null, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetFirewallPlainArgs>

A collection of arguments for invoking getFirewall.

Constructors

Link copied to clipboard
constructor(dnsProxyEnabled: Boolean? = null, name: String, resourceGroupName: 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 name of the Azure Firewall.

Link copied to clipboard

The name of the Resource Group in which the Azure Firewall exists.

Functions

Link copied to clipboard
open override fun toJava(): GetFirewallPlainArgs