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 TypeMethodDescriptionDisables the specified SSL protocol.withDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols) Disables the specified SSL protocols.
-
Method Details
-
withDisabledSslProtocol
ApplicationGateway.DefinitionStages.WithCreate withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol) Disables the specified SSL protocol.- Parameters:
protocol- an SSL protocol- Returns:
- the next stage of the definition
-
withDisabledSslProtocols
ApplicationGateway.DefinitionStages.WithCreate withDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols) Disables the specified SSL protocols.- Parameters:
protocols- SSL protocols- Returns:
- the next stage of the definition
-