Azure Firewall Network Rule Response
data class AzureFirewallNetworkRuleResponse(val description: String? = null, val destinationAddresses: List<String>? = null, val destinationFqdns: List<String>? = null, val destinationIpGroups: List<String>? = null, val destinationPorts: List<String>? = null, val name: String? = null, val protocols: List<String>? = null, val sourceAddresses: List<String>? = null, val sourceIpGroups: List<String>? = null)
Properties of the network rule.
Constructors
Link copied to clipboard
fun AzureFirewallNetworkRuleResponse(description: String? = null, destinationAddresses: List<String>? = null, destinationFqdns: List<String>? = null, destinationIpGroups: List<String>? = null, destinationPorts: List<String>? = null, name: String? = null, protocols: List<String>? = null, sourceAddresses: List<String>? = null, sourceIpGroups: List<String>? = null)