Get Network Security Group Result
data class GetNetworkSecurityGroupResult(val defaultSecurityRules: List<SecurityRuleResponse>, val etag: String, val flowLogs: List<FlowLogResponse>, val flushConnection: Boolean? = null, val id: String? = null, val location: String? = null, val name: String, val networkInterfaces: List<NetworkInterfaceResponse>, val provisioningState: String, val resourceGuid: String, val securityRules: List<SecurityRuleResponse>? = null, val subnets: List<SubnetResponse>, val tags: Map<String, String>? = null, val type: String)
NetworkSecurityGroup resource.
Constructors
Link copied to clipboard
fun GetNetworkSecurityGroupResult(defaultSecurityRules: List<SecurityRuleResponse>, etag: String, flowLogs: List<FlowLogResponse>, flushConnection: Boolean? = null, id: String? = null, location: String? = null, name: String, networkInterfaces: List<NetworkInterfaceResponse>, provisioningState: String, resourceGuid: String, securityRules: List<SecurityRuleResponse>? = null, subnets: List<SubnetResponse>, tags: Map<String, String>? = null, type: String)