public static interface ApplicationGateway.UpdateStages.WithDisabledSslProtocol
| Modifier and Type | Method and Description |
|---|---|
ApplicationGateway.Update |
withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)
Disables the specified SSL protocol.
|
ApplicationGateway.Update |
withDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols)
Disables the specified SSL protocols.
|
ApplicationGateway.Update |
withoutAnyDisabledSslProtocols()
Enables all SSL protocols, if previously disabled.
|
ApplicationGateway.Update |
withoutDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)
Enables the specified SSL protocol, if previously disabled.
|
ApplicationGateway.Update |
withoutDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols)
Enables the specified SSL protocols, if previously disabled.
|
ApplicationGateway.Update withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)
protocol - an SSL protocolApplicationGateway.Update withDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols)
protocols - SSL protocolsApplicationGateway.Update withoutDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)
protocol - an SSL protocolApplicationGateway.Update withoutDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols)
protocols - SSL protocolsApplicationGateway.Update withoutAnyDisabledSslProtocols()
Copyright © 2021 Microsoft Corporation. All rights reserved.