Uses of Class
com.azure.resourcemanager.frontdoor.models.MinimumTlsVersion
Packages that use MinimumTlsVersion
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of MinimumTlsVersion in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as MinimumTlsVersionModifier and TypeFieldDescriptionstatic final MinimumTlsVersionMinimumTlsVersion.ONE_TWOStatic value 1.2 for MinimumTlsVersion.static final MinimumTlsVersionMinimumTlsVersion.ONE_ZEROStatic value 1.0 for MinimumTlsVersion.Methods in com.azure.resourcemanager.frontdoor.models that return MinimumTlsVersionModifier and TypeMethodDescriptionstatic MinimumTlsVersionMinimumTlsVersion.fromString(String name) Creates or finds a MinimumTlsVersion from its string representation.CustomHttpsConfiguration.minimumTlsVersion()Get the minimumTlsVersion property: The minimum TLS version required from the clients to establish an SSL handshake with Front Door.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type MinimumTlsVersionModifier and TypeMethodDescriptionstatic Collection<MinimumTlsVersion>MinimumTlsVersion.values()Gets known MinimumTlsVersion values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type MinimumTlsVersionModifier and TypeMethodDescriptionCustomHttpsConfiguration.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: The minimum TLS version required from the clients to establish an SSL handshake with Front Door.