public class ApplicationGatewaySslPredefinedPolicyInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ApplicationGatewaySslPredefinedPolicyInner() |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationGatewaySslCipherSuite> |
cipherSuites()
Get the cipherSuites property: Ssl cipher suites to be enabled in the specified order for application gateway.
|
ApplicationGatewaySslProtocol |
minProtocolVersion()
Get the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.
|
String |
name()
Get the name property: Name of the Ssl predefined policy.
|
void |
validate()
Validates the instance.
|
ApplicationGatewaySslPredefinedPolicyInner |
withCipherSuites(List<ApplicationGatewaySslCipherSuite> cipherSuites)
Set the cipherSuites property: Ssl cipher suites to be enabled in the specified order for application gateway.
|
ApplicationGatewaySslPredefinedPolicyInner |
withMinProtocolVersion(ApplicationGatewaySslProtocol minProtocolVersion)
Set the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.
|
ApplicationGatewaySslPredefinedPolicyInner |
withName(String name)
Set the name property: Name of the Ssl predefined policy.
|
public ApplicationGatewaySslPredefinedPolicyInner()
public String name()
public ApplicationGatewaySslPredefinedPolicyInner withName(String name)
name - the name value to set.public List<ApplicationGatewaySslCipherSuite> cipherSuites()
public ApplicationGatewaySslPredefinedPolicyInner withCipherSuites(List<ApplicationGatewaySslCipherSuite> cipherSuites)
cipherSuites - the cipherSuites value to set.public ApplicationGatewaySslProtocol minProtocolVersion()
public ApplicationGatewaySslPredefinedPolicyInner withMinProtocolVersion(ApplicationGatewaySslProtocol minProtocolVersion)
minProtocolVersion - the minProtocolVersion value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.