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 TypeMethodDescriptionDisables the specified SSL protocol.withDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols) Disables the specified SSL protocols.Enables all SSL protocols, if previously disabled.Enables the specified SSL protocol, if previously disabled.withoutDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols) Enables the specified SSL protocols, if previously disabled.
-
Method Details
-
withDisabledSslProtocol
Disables the specified SSL protocol.- Parameters:
protocol- an SSL protocol- Returns:
- the next stage of the update
-
withDisabledSslProtocols
Disables the specified SSL protocols.- Parameters:
protocols- SSL protocols- Returns:
- the next stage of the update
-
withoutDisabledSslProtocol
Enables the specified SSL protocol, if previously disabled.- Parameters:
protocol- an SSL protocol- Returns:
- the next stage of the update
-
withoutDisabledSslProtocols
Enables the specified SSL protocols, if previously disabled.- Parameters:
protocols- SSL protocols- Returns:
- the next stage of the update
-
withoutAnyDisabledSslProtocols
ApplicationGateway.Update withoutAnyDisabledSslProtocols()Enables all SSL protocols, if previously disabled.- Returns:
- the next stage of the update
-