bypasses

@JvmName(name = "blyktmfshhucrlda")
suspend fun bypasses(value: Output<List<String>>)
@JvmName(name = "jopokexqkndqnhlx")
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 = "nihipgjyhbbwugoi")
suspend fun bypasses(vararg values: Output<String>)


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