slow Request With Paths
suspend fun slowRequestWithPaths(value: Output<List<LinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPathArgs>>)
suspend fun slowRequestWithPaths(value: List<LinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPathArgs>?)
Parameters
value
One or more slow_request_with_path
blocks as defined above.
suspend fun slowRequestWithPaths(vararg values: Output<LinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPathArgs>)
suspend fun slowRequestWithPaths(values: List<Output<LinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPathArgs>>)
suspend fun slowRequestWithPaths(vararg values: LinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPathArgs)
Parameters
values
One or more slow_request_with_path
blocks as defined above.
suspend fun slowRequestWithPaths(argument: List<suspend LinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPathArgsBuilder.() -> Unit>)
suspend fun slowRequestWithPaths(vararg argument: suspend LinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPathArgsBuilder.() -> Unit)
suspend fun slowRequestWithPaths(argument: suspend LinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPathArgsBuilder.() -> Unit)
Parameters
argument
One or more slow_request_with_path
blocks as defined above.