Get Network Security Group Result
data class GetNetworkSecurityGroupResult(val id: String, val location: String, val name: String, val resourceGroupName: String, val securityRules: List<GetNetworkSecurityGroupSecurityRule>, val tags: Map<String, String>)
A collection of values returned by getNetworkSecurityGroup.