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.
Constructors
Link copied to clipboard
fun GetNetworkSecurityGroupResult(id: String, location: String, name: String, resourceGroupName: String, securityRules: List<GetNetworkSecurityGroupSecurityRule>, tags: Map<String, String>)