securityRules

@JvmName(name = "qwpxvyngqubrhili")
suspend fun securityRules(value: Output<List<NetworkSecurityGroupSecurityRuleArgs>>)
@JvmName(name = "iclepeqqjxeiiemh")
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 = "fbpwjdhdhcxuxlpu")
suspend fun securityRules(vararg values: Output<NetworkSecurityGroupSecurityRuleArgs>)


@JvmName(name = "vgawgjxtsplfxcoo")
suspend fun securityRules(values: List<Output<NetworkSecurityGroupSecurityRuleArgs>>)
@JvmName(name = "njedqgtdxcttrdqh")
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 = "fomdruddupptbcgy")
suspend fun securityRules(argument: List<suspend NetworkSecurityGroupSecurityRuleArgsBuilder.() -> Unit>)
@JvmName(name = "auqcoqfuhcdmojpu")
suspend fun securityRules(vararg argument: suspend NetworkSecurityGroupSecurityRuleArgsBuilder.() -> Unit)
@JvmName(name = "snahpoyqqicphwrp")
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.