bypasses

@JvmName(name = "pjgrijandnporcba")
suspend fun bypasses(value: Output<List<String>>)
@JvmName(name = "fdmtvotdtxvsdwxg")
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.

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


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


@JvmName(name = "kinvpccyqwlvsiiw")
suspend fun bypasses(values: List<Output<String>>)
@JvmName(name = "bnwsgkypatbflhom")
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.

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