Get Firewall Rule Result
data class GetFirewallRuleResult(val azureApiVersion: String, val id: String, val name: String, val properties: FirewallRulePropertiesResponse, val systemData: SystemDataResponse, val type: String)
A firewall rule.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: FirewallRulePropertiesResponse, systemData: SystemDataResponse, type: String)