Interface ApplicationGateway.UpdateStages.WithDisabledSslProtocol
- All Known Subinterfaces:
ApplicationGateway.Update
- Enclosing interface:
ApplicationGateway.UpdateStages
public static interface ApplicationGateway.UpdateStages.WithDisabledSslProtocol
The stage of an application gateway definition allowing to specify the SSL protocols to disable.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This method no longer has effect.withDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols) Deprecated.This method no longer has effect.Deprecated.This method no longer has effect.Deprecated.This method no longer has effect.withoutDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols) Deprecated.This method no longer has effect.
-
Method Details
-
withDisabledSslProtocol
@Deprecated ApplicationGateway.Update withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol) Deprecated.This method no longer has effect. ConsiderApplicationGateway.UpdateStages.WithSslPolicy.withPredefinedSslPolicy(ApplicationGatewaySslPolicyName)to use pre-defined TLS/SSL policy, orApplicationGateway.UpdateStages.WithSslPolicy.withCustomV2SslPolicy(ApplicationGatewaySslProtocol, List)for custom TLS/SSL policy.Disables the specified SSL protocol.- Parameters:
protocol- an SSL protocol- Returns:
- the next stage of the update
-
withDisabledSslProtocols
@Deprecated ApplicationGateway.Update withDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols) Deprecated.This method no longer has effect. ConsiderApplicationGateway.UpdateStages.WithSslPolicy.withPredefinedSslPolicy(ApplicationGatewaySslPolicyName)to use pre-defined TLS/SSL policy, orApplicationGateway.UpdateStages.WithSslPolicy.withCustomV2SslPolicy(ApplicationGatewaySslProtocol, List)for custom TLS/SSL policy.Disables the specified SSL protocols.- Parameters:
protocols- SSL protocols- Returns:
- the next stage of the update
-
withoutDisabledSslProtocol
@Deprecated ApplicationGateway.Update withoutDisabledSslProtocol(ApplicationGatewaySslProtocol protocol) Deprecated.This method no longer has effect. ConsiderApplicationGateway.UpdateStages.WithSslPolicy.withPredefinedSslPolicy(ApplicationGatewaySslPolicyName)to use pre-defined TLS/SSL policy, orApplicationGateway.UpdateStages.WithSslPolicy.withCustomV2SslPolicy(ApplicationGatewaySslProtocol, List)for custom TLS/SSL policy.Enables the specified SSL protocol, if previously disabled.- Parameters:
protocol- an SSL protocol- Returns:
- the next stage of the update
-
withoutDisabledSslProtocols
@Deprecated ApplicationGateway.Update withoutDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols) Deprecated.This method no longer has effect. ConsiderApplicationGateway.UpdateStages.WithSslPolicy.withPredefinedSslPolicy(ApplicationGatewaySslPolicyName)to use pre-defined TLS/SSL policy, orApplicationGateway.UpdateStages.WithSslPolicy.withCustomV2SslPolicy(ApplicationGatewaySslProtocol, List)for custom TLS/SSL policy.Enables the specified SSL protocols, if previously disabled.- Parameters:
protocols- SSL protocols- Returns:
- the next stage of the update
-
withoutAnyDisabledSslProtocols
Deprecated.This method no longer has effect. ConsiderApplicationGateway.UpdateStages.WithSslPolicy.withPredefinedSslPolicy(ApplicationGatewaySslPolicyName)to use pre-defined TLS/SSL policy, orApplicationGateway.UpdateStages.WithSslPolicy.withCustomV2SslPolicy(ApplicationGatewaySslProtocol, List)for custom TLS/SSL policy.Enables all SSL protocols, if previously disabled.- Returns:
- the next stage of the update
-