Interface ApplicationGateway.DefinitionStages.WithDisabledSslProtocol
- All Known Subinterfaces:
ApplicationGateway.Definition, ApplicationGateway.DefinitionStages.WithCreate, ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.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.
-
Method Details
-
withDisabledSslProtocol
@Deprecated ApplicationGateway.DefinitionStages.WithCreate withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol) Deprecated.This method no longer has effect. ConsiderApplicationGateway.DefinitionStages.WithSslPolicy.withPredefinedSslPolicy(ApplicationGatewaySslPolicyName)to use pre-defined TLS/SSL policy, orApplicationGateway.DefinitionStages.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 definition
-
withDisabledSslProtocols
@Deprecated ApplicationGateway.DefinitionStages.WithCreate withDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols) Deprecated.This method no longer has effect. ConsiderApplicationGateway.DefinitionStages.WithSslPolicy.withPredefinedSslPolicy(ApplicationGatewaySslPolicyName)to use pre-defined TLS/SSL policy, orApplicationGateway.DefinitionStages.WithSslPolicy.withCustomV2SslPolicy(ApplicationGatewaySslProtocol, List)for custom TLS/SSL policy.Disables the specified SSL protocols.- Parameters:
protocols- SSL protocols- Returns:
- the next stage of the definition
-