Azure Firewall Network Rule Collection Response
data class AzureFirewallNetworkRuleCollectionResponse(val action: AzureFirewallRCActionResponse? = null, val etag: String, val id: String? = null, val name: String? = null, val priority: Int? = null, val provisioningState: String, val rules: List<AzureFirewallNetworkRuleResponse>? = null)
Network rule collection resource.
Constructors
Link copied to clipboard
constructor(action: AzureFirewallRCActionResponse? = null, etag: String, id: String? = null, name: String? = null, priority: Int? = null, provisioningState: String, rules: List<AzureFirewallNetworkRuleResponse>? = null)