Interface ApplicationGateway.UpdateStages.WithSslPolicy
- All Known Subinterfaces:
ApplicationGateway.Update
- Enclosing interface:
ApplicationGateway.UpdateStages
public static interface ApplicationGateway.UpdateStages.WithSslPolicy
The stage of the application gateway update allowing to configure TLS/SSL policy for the application gateway.
-
Method Summary
Modifier and TypeMethodDescriptionwithCustomV2SslPolicy(ApplicationGatewaySslProtocol minProtocolVersion, List<ApplicationGatewaySslCipherSuite> cipherSuites) Configures to use CustomV2 policy for the application gateway.Configures to use predefined TLS/SSL policy for the application gateway.withSslPolicy(ApplicationGatewaySslPolicy sslPolicy) Configures to use the provided TLS/SSL policy for the application gateway.
-
Method Details
-
withPredefinedSslPolicy
Configures to use predefined TLS/SSL policy for the application gateway.- Parameters:
policyName- predefined TLS/SSL policy name- Returns:
- the next stage of the update
-
withCustomV2SslPolicy
ApplicationGateway.Update withCustomV2SslPolicy(ApplicationGatewaySslProtocol minProtocolVersion, List<ApplicationGatewaySslCipherSuite> cipherSuites) Configures to use CustomV2 policy for the application gateway.- Parameters:
minProtocolVersion- minimum version of TLS/SSL protocol to be supported on application gateway.cipherSuites- TLS/SSL cipher suites to be enabled in the specified order to application gateway.- Returns:
- the next stage of the update
-
withSslPolicy
Configures to use the provided TLS/SSL policy for the application gateway.- Parameters:
sslPolicy- the TLS/SSL policy to use for the application gateway- Returns:
- the next stage of the update
-