public static interface ApplicationGateway.DefinitionStages.WithDisabledSslProtocol
| Modifier and Type | Method and Description |
|---|---|
ApplicationGateway.DefinitionStages.WithCreate |
withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)
Disables the specified SSL protocol.
|
ApplicationGateway.DefinitionStages.WithCreate |
withDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols)
Disables the specified SSL protocols.
|
@Beta(value=V1_1_0) ApplicationGateway.DefinitionStages.WithCreate withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)
protocol - an SSL protocol@Beta(value=V1_1_0) ApplicationGateway.DefinitionStages.WithCreate withDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols)
protocols - SSL protocols/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/