securityRules

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


@JvmName(name = "bkbfmuwducmiwlqe")
suspend fun securityRules(values: List<Output<NetworkSecurityGroupSecurityRuleArgs>>)
@JvmName(name = "dlnpmutjwvqjsxjs")
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 = "oljairgosubpgjac")
suspend fun securityRules(argument: List<suspend NetworkSecurityGroupSecurityRuleArgsBuilder.() -> Unit>)
@JvmName(name = "cgqrpukrredclwnp")
suspend fun securityRules(vararg argument: suspend NetworkSecurityGroupSecurityRuleArgsBuilder.() -> Unit)
@JvmName(name = "nrivlejoxhexpney")
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.