public class ApplicationGatewaySslPolicy extends Object
| Constructor and Description |
|---|
ApplicationGatewaySslPolicy() |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationGatewaySslProtocol> |
disabledSslProtocols()
Get the disabledSslProtocols value.
|
ApplicationGatewaySslPolicy |
withDisabledSslProtocols(List<ApplicationGatewaySslProtocol> disabledSslProtocols)
Set the disabledSslProtocols value.
|
public List<ApplicationGatewaySslProtocol> disabledSslProtocols()
public ApplicationGatewaySslPolicy withDisabledSslProtocols(List<ApplicationGatewaySslProtocol> disabledSslProtocols)
disabledSslProtocols - the disabledSslProtocols value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/