Uses of Class
com.microsoft.azure.management.appservice.SupportedTlsVersions
Packages that use SupportedTlsVersions
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of SupportedTlsVersions in com.microsoft.azure.management.appservice
Fields in com.microsoft.azure.management.appservice declared as SupportedTlsVersionsModifier and TypeFieldDescriptionstatic final SupportedTlsVersions
SupportedTlsVersions.ONE_FULL_STOP_ONE
Static value 1.1 for SupportedTlsVersions.static final SupportedTlsVersions
SupportedTlsVersions.ONE_FULL_STOP_TWO
Static value 1.2 for SupportedTlsVersions.static final SupportedTlsVersions
SupportedTlsVersions.ONE_FULL_STOP_ZERO
Static value 1.0 for SupportedTlsVersions.Methods in com.microsoft.azure.management.appservice that return SupportedTlsVersionsModifier and TypeMethodDescriptionstatic SupportedTlsVersions
SupportedTlsVersions.fromString
(String name) Creates or finds a SupportedTlsVersions from its string representation.SiteConfig.minTlsVersion()
Get minTlsVersion: configures the minimum version of TLS required for SSL requests.WebAppBase.minTlsVersion()
Methods in com.microsoft.azure.management.appservice that return types with arguments of type SupportedTlsVersionsModifier and TypeMethodDescriptionstatic Collection<SupportedTlsVersions>
SupportedTlsVersions.values()
Methods in com.microsoft.azure.management.appservice with parameters of type SupportedTlsVersionsModifier and TypeMethodDescriptionSiteConfig.withMinTlsVersion
(SupportedTlsVersions minTlsVersion) Set minTlsVersion: configures the minimum version of TLS required for SSL requests.WebAppBase.DefinitionStages.WithSiteConfigs.withMinTlsVersion
(SupportedTlsVersions minTlsVersion) Sets the minimum version of TLS required for SSL requests.WebAppBase.UpdateStages.WithSiteConfigs.withMinTlsVersion
(SupportedTlsVersions minTlsVersion) Sets the minimum version of TLS required for SSL requests.