securityRules

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


@JvmName(name = "qcbijmmeqhqassyl")
suspend fun securityRules(values: List<Output<NetworkSecurityGroupSecurityRuleArgs>>)
@JvmName(name = "urqnrtnqhtbgcgih")
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 = "lsfojlrsycgllxug")
suspend fun securityRules(argument: List<suspend NetworkSecurityGroupSecurityRuleArgsBuilder.() -> Unit>)
@JvmName(name = "oryrvcufvfbihemq")
suspend fun securityRules(vararg argument: suspend NetworkSecurityGroupSecurityRuleArgsBuilder.() -> Unit)
@JvmName(name = "qjfikytdlpdlcmet")
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.