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.
|
@Beta(value=V1_1_0) ApplicationGateway.Update withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)
protocol - an SSL protocol@Beta(value=V1_1_0) ApplicationGateway.Update withDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols)
protocols - SSL protocols@Beta(value=V1_1_0) ApplicationGateway.Update withoutDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)
protocol - an SSL protocol@Beta(value=V1_1_0) ApplicationGateway.Update withoutDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols)
protocols - SSL protocols@Beta(value=V1_1_0) ApplicationGateway.Update withoutAnyDisabledSslProtocols()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/