disabledProtocols

@JvmName(name = "oubcwqqyfxqsmyfr")
suspend fun disabledProtocols(value: Output<List<String>>)
@JvmName(name = "xbawwfqbgwrcylvi")
suspend fun disabledProtocols(value: List<String>?)

Parameters

value

A list of SSL Protocols which should be disabled on this Application Gateway. Possible values are TLSv1_0, TLSv1_1, TLSv1_2 and TLSv1_3.

NOTE: disabled_protocols cannot be set when policy_name or policy_type are set.


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


@JvmName(name = "koexipmmyvlwelkn")
suspend fun disabledProtocols(values: List<Output<String>>)
@JvmName(name = "rrqedghhhllxacet")
suspend fun disabledProtocols(vararg values: String)

Parameters

values

A list of SSL Protocols which should be disabled on this Application Gateway. Possible values are TLSv1_0, TLSv1_1, TLSv1_2 and TLSv1_3.

NOTE: disabled_protocols cannot be set when policy_name or policy_type are set.