securityRules

@JvmName(name = "vqteokmlxglgbail")
suspend fun securityRules(value: Output<List<NetworkSecurityGroupSecurityRuleArgs>>)
@JvmName(name = "iiqjktbsmkejrkbk")
suspend fun securityRules(value: List<NetworkSecurityGroupSecurityRuleArgs>?)

Parameters

value

A list of objects representing security rules, as defined below.

NOTE Since security_rule can be configured both inline and via the separate azure.network.NetworkSecurityRule resource, we have to explicitly set it to empty slice ([]) to remove it.


@JvmName(name = "cnfyfeallyrpqupb")
suspend fun securityRules(vararg values: Output<NetworkSecurityGroupSecurityRuleArgs>)


@JvmName(name = "vrpfvguilryjuhmo")
suspend fun securityRules(values: List<Output<NetworkSecurityGroupSecurityRuleArgs>>)
@JvmName(name = "nwhgvsrvevmuwwvr")
suspend fun securityRules(vararg values: NetworkSecurityGroupSecurityRuleArgs)

Parameters

values

A list of objects representing security rules, as defined below.

NOTE Since security_rule can be configured both inline and via the separate azure.network.NetworkSecurityRule resource, we have to explicitly set it to empty slice ([]) to remove it.


@JvmName(name = "nuristltlheubuhl")
suspend fun securityRules(argument: List<suspend NetworkSecurityGroupSecurityRuleArgsBuilder.() -> Unit>)
@JvmName(name = "qyjmlrvsmifgotlw")
suspend fun securityRules(vararg argument: suspend NetworkSecurityGroupSecurityRuleArgsBuilder.() -> Unit)
@JvmName(name = "jbpsdmiwtdvkpwki")
suspend fun securityRules(argument: suspend NetworkSecurityGroupSecurityRuleArgsBuilder.() -> Unit)

Parameters

argument

A list of objects representing security rules, as defined below.

NOTE Since security_rule can be configured both inline and via the separate azure.network.NetworkSecurityRule resource, we have to explicitly set it to empty slice ([]) to remove it.