securityRules

@JvmName(name = "lanalhntqqmwgohh")
suspend fun securityRules(value: Output<List<SecurityRuleArgs>>)
@JvmName(name = "nkgowvyqmetlrshq")
suspend fun securityRules(value: List<SecurityRuleArgs>?)

Parameters

value

A collection of security rules of the network security group. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


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


@JvmName(name = "jsyjqonnxehrcdpc")
suspend fun securityRules(values: List<Output<SecurityRuleArgs>>)
@JvmName(name = "pwltcehsqybonncp")
suspend fun securityRules(vararg values: SecurityRuleArgs)

Parameters

values

A collection of security rules of the network security group. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


@JvmName(name = "hxcqnjehhirfslao")
suspend fun securityRules(argument: List<suspend SecurityRuleArgsBuilder.() -> Unit>)
@JvmName(name = "vmvydbxubnbbjytj")
suspend fun securityRules(vararg argument: suspend SecurityRuleArgsBuilder.() -> Unit)
@JvmName(name = "bnrnufrtvryxydtm")
suspend fun securityRules(argument: suspend SecurityRuleArgsBuilder.() -> Unit)

Parameters

argument

A collection of security rules of the network security group. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.