Network Security Group Resource Settings Args
data class NetworkSecurityGroupResourceSettingsArgs(val resourceType: Output<String>, val securityRules: Output<List<NsgSecurityRuleArgs>>? = null, val tags: Output<Map<String, String>>? = null, val targetResourceGroupName: Output<String>? = null, val targetResourceName: Output<String>) : ConvertibleToJava<NetworkSecurityGroupResourceSettingsArgs>
Defines the NSG resource settings.
Constructors
Link copied to clipboard
fun NetworkSecurityGroupResourceSettingsArgs(resourceType: Output<String>, securityRules: Output<List<NsgSecurityRuleArgs>>? = null, tags: Output<Map<String, String>>? = null, targetResourceGroupName: Output<String>? = null, targetResourceName: Output<String>)