Azure Firewall Application Rule Protocol Args
data class AzureFirewallApplicationRuleProtocolArgs(val port: Output<Int>? = null, val protocolType: Output<Either<String, AzureFirewallApplicationRuleProtocolType>>? = null) : ConvertibleToJava<AzureFirewallApplicationRuleProtocolArgs>
Properties of the application rule protocol.
Constructors
Link copied to clipboard
constructor(port: Output<Int>? = null, protocolType: Output<Either<String, AzureFirewallApplicationRuleProtocolType>>? = null)