Uses of Class
com.microsoft.azure.management.network.ApplicationGatewaySslProtocol
Packages that use ApplicationGatewaySslProtocol
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewaySslProtocol in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as ApplicationGatewaySslProtocolModifier and TypeFieldDescriptionstatic final ApplicationGatewaySslProtocol
ApplicationGatewaySslProtocol.TLSV1_0
Static value TLSv1_0 for ApplicationGatewaySslProtocol.static final ApplicationGatewaySslProtocol
ApplicationGatewaySslProtocol.TLSV1_1
Static value TLSv1_1 for ApplicationGatewaySslProtocol.static final ApplicationGatewaySslProtocol
ApplicationGatewaySslProtocol.TLSV1_2
Static value TLSv1_2 for ApplicationGatewaySslProtocol.Methods in com.microsoft.azure.management.network that return ApplicationGatewaySslProtocolModifier and TypeMethodDescriptionApplicationGatewaySslProtocol.fromString
(String name) Creates or finds a ApplicationGatewaySslProtocol from its string representation.ApplicationGatewaySslPolicy.minProtocolVersion()
Get minimum version of Ssl protocol to be supported on application gateway.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewaySslProtocolModifier and TypeMethodDescriptionApplicationGateway.disabledSslProtocols()
ApplicationGatewaySslPolicy.disabledSslProtocols()
Get ssl protocols to be disabled on application gateway.ApplicationGatewaySslProtocol.values()
Methods in com.microsoft.azure.management.network with parameters of type ApplicationGatewaySslProtocolModifier and TypeMethodDescriptionApplicationGateway.DefinitionStages.WithDisabledSslProtocol.withDisabledSslProtocol
(ApplicationGatewaySslProtocol protocol) Disables the specified SSL protocol.ApplicationGateway.UpdateStages.WithDisabledSslProtocol.withDisabledSslProtocol
(ApplicationGatewaySslProtocol protocol) Disables the specified SSL protocol.ApplicationGateway.DefinitionStages.WithDisabledSslProtocol.withDisabledSslProtocols
(ApplicationGatewaySslProtocol... protocols) Disables the specified SSL protocols.ApplicationGateway.UpdateStages.WithDisabledSslProtocol.withDisabledSslProtocols
(ApplicationGatewaySslProtocol... protocols) Disables the specified SSL protocols.ApplicationGatewaySslPolicy.withMinProtocolVersion
(ApplicationGatewaySslProtocol minProtocolVersion) Set minimum version of Ssl protocol to be supported on application gateway.ApplicationGateway.UpdateStages.WithDisabledSslProtocol.withoutDisabledSslProtocol
(ApplicationGatewaySslProtocol protocol) Enables the specified SSL protocol, if previously disabled.ApplicationGateway.UpdateStages.WithDisabledSslProtocol.withoutDisabledSslProtocols
(ApplicationGatewaySslProtocol... protocols) Enables the specified SSL protocols, if previously disabled.Method parameters in com.microsoft.azure.management.network with type arguments of type ApplicationGatewaySslProtocolModifier and TypeMethodDescriptionApplicationGatewaySslPolicy.withDisabledSslProtocols
(List<ApplicationGatewaySslProtocol> disabledSslProtocols) Set ssl protocols to be disabled on application gateway.