bypasses

@JvmName(name = "vqksarxbhyulfxjv")
suspend fun bypasses(value: Output<List<String>>)
@JvmName(name = "wnftpidwhrvkrenq")
suspend fun bypasses(value: List<String>?)

Parameters

value

Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Valid options are any combination of Logging, Metrics, AzureServices, or None. Defaults to ["AzureServices"].

NOTE User has to explicitly set bypass to empty slice ([]) to remove it.


@JvmName(name = "qcgieqqyihutsdmm")
suspend fun bypasses(vararg values: Output<String>)


@JvmName(name = "rexbvrjrohyrmuhh")
suspend fun bypasses(values: List<Output<String>>)
@JvmName(name = "wxevgrimewjrlhbd")
suspend fun bypasses(vararg values: String)

Parameters

values

Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Valid options are any combination of Logging, Metrics, AzureServices, or None. Defaults to ["AzureServices"].

NOTE User has to explicitly set bypass to empty slice ([]) to remove it.