Uses of Class
com.microsoft.azure.management.appservice.SupportedTlsVersions
-
-
Uses of SupportedTlsVersions in com.microsoft.azure.management.appservice
Fields in com.microsoft.azure.management.appservice declared as SupportedTlsVersions Modifier and Type Field Description static SupportedTlsVersionsSupportedTlsVersions. ONE_FULL_STOP_ONEStatic value 1.1 for SupportedTlsVersions.static SupportedTlsVersionsSupportedTlsVersions. ONE_FULL_STOP_TWOStatic value 1.2 for SupportedTlsVersions.static SupportedTlsVersionsSupportedTlsVersions. ONE_FULL_STOP_ZEROStatic value 1.0 for SupportedTlsVersions.Methods in com.microsoft.azure.management.appservice that return SupportedTlsVersions Modifier and Type Method Description static SupportedTlsVersionsSupportedTlsVersions. fromString(String name)Creates or finds a SupportedTlsVersions from its string representation.SupportedTlsVersionsSiteConfig. minTlsVersion()Get minTlsVersion: configures the minimum version of TLS required for SSL requests.Methods in com.microsoft.azure.management.appservice that return types with arguments of type SupportedTlsVersions Modifier and Type Method Description static Collection<SupportedTlsVersions>SupportedTlsVersions. values()Methods in com.microsoft.azure.management.appservice with parameters of type SupportedTlsVersions Modifier and Type Method Description SiteConfigSiteConfig. withMinTlsVersion(SupportedTlsVersions minTlsVersion)Set minTlsVersion: configures the minimum version of TLS required for SSL requests.
-