Azure Firewall Nat Rule Args
constructor(description: Output<String>? = null, destinationAddresses: Output<List<String>>? = null, destinationPorts: Output<List<String>>? = null, name: Output<String>? = null, protocols: Output<List<Either<String, AzureFirewallNetworkRuleProtocol>>>? = null, sourceAddresses: Output<List<String>>? = null, sourceIpGroups: Output<List<String>>? = null, translatedAddress: Output<String>? = null, translatedFqdn: Output<String>? = null, translatedPort: Output<String>? = null)