security Rules
Parameters
value
A list of objects representing security rules, as defined below.
NOTE Since
security_rulecan be configured both inline and via the separateazure.network.NetworkSecurityRuleresource, we have to explicitly set it to empty slice ([]) to remove it.
Parameters
values
A list of objects representing security rules, as defined below.
NOTE Since
security_rulecan be configured both inline and via the separateazure.network.NetworkSecurityRuleresource, we have to explicitly set it to empty slice ([]) to remove it.
suspend fun securityRules(argument: List<suspend NetworkSecurityGroupSecurityRuleArgsBuilder.() -> Unit>)
suspend fun securityRules(vararg argument: suspend NetworkSecurityGroupSecurityRuleArgsBuilder.() -> Unit)
Parameters
argument
A list of objects representing security rules, as defined below.
NOTE Since
security_rulecan be configured both inline and via the separateazure.network.NetworkSecurityRuleresource, we have to explicitly set it to empty slice ([]) to remove it.