Interface ApplicationGateway.DefinitionStages.WithDisabledSslProtocol
-
- All Known Subinterfaces:
ApplicationGateway.Definition,ApplicationGateway.DefinitionStages.WithCreate,ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
- ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.WithDisabledSslProtocolThe stage of an application gateway definition allowing to specify the SSL protocols to disable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGateway.DefinitionStages.WithCreatewithDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)Disables the specified SSL protocol.ApplicationGateway.DefinitionStages.WithCreatewithDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols)Disables the specified SSL protocols.
-
-
-
Method Detail
-
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
-
-