security Rules
Parameters
value
A list of objects representing security rules, as defined below.
NOTE Since
security_rule
can be configured both inline and via the separateazure.network.NetworkSecurityRule
resource, 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_rule
can be configured both inline and via the separateazure.network.NetworkSecurityRule
resource, 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_rule
can be configured both inline and via the separateazure.network.NetworkSecurityRule
resource, we have to explicitly set it to empty slice ([]
) to remove it.