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