disabled Ssl Protocols
suspend fun disabledSslProtocols(value: Output<List<Either<String, ApplicationGatewaySslProtocol>>>)
Parameters
value
Ssl protocols to be disabled on application gateway.
suspend fun disabledSslProtocols(vararg values: Output<Either<String, ApplicationGatewaySslProtocol>>)
suspend fun disabledSslProtocols(values: List<Output<Either<String, ApplicationGatewaySslProtocol>>>)
Parameters
values
Ssl protocols to be disabled on application gateway.