ApplicationGatewaySslPolicy 类
定义
Application Gateway Ssl policy.
public class ApplicationGatewaySslPolicy
- 继承
-
java.lang.ObjectApplicationGatewaySslPolicy
方法
cipherSuites() |
Get the cipherSuites value.
|
disabledSslProtocols() |
Get the disabledSslProtocols value.
|
minProtocolVersion() |
Get the minProtocolVersion value.
|
policyName() |
Get the policyName value.
|
policyType() |
Get the policyType value.
|
withCipherSuites(List<ApplicationGatewaySslCipherSuite> cipherSuites) |
Set the cipherSuites value.
|
withDisabledSslProtocols(List<ApplicationGatewaySslProtocol> disabledSslProtocols) |
Set the disabledSslProtocols value.
|
withMinProtocolVersion(ApplicationGatewaySslProtocol minProtocolVersion) |
Set the minProtocolVersion value.
|
withPolicyName(ApplicationGatewaySslPolicyName policyName) |
Set the policyName value.
|
withPolicyType(ApplicationGatewaySslPolicyType policyType) |
Set the policyType value.
|