Network Security Group Resource Settings Response
data class NetworkSecurityGroupResourceSettingsResponse(val resourceType: String, val securityRules: List<NsgSecurityRuleResponse>? = null, val targetResourceName: String)
Defines the NSG resource settings.
Constructors
Link copied to clipboard
fun NetworkSecurityGroupResourceSettingsResponse(resourceType: String, securityRules: List<NsgSecurityRuleResponse>? = null, targetResourceName: String)