GetNetworkSecurityGroupResult

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
constructor(id: String, location: String, name: String, resourceGroupName: String, securityRules: List<GetNetworkSecurityGroupSecurityRule>, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The supported Azure location where the resource exists.

Link copied to clipboard

The name of the security rule.

Link copied to clipboard
Link copied to clipboard

One or more security_rule blocks as defined below.

Link copied to clipboard

A mapping of tags assigned to the resource.