Uses of Class
com.azure.resourcemanager.frontdoor.models.MinimumTlsVersion
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of MinimumTlsVersion in com.azure.resourcemanager.frontdoor.models
Modifier and TypeFieldDescriptionstatic final MinimumTlsVersion
MinimumTlsVersion.ONE_TWO
Static value 1.2 for MinimumTlsVersion.static final MinimumTlsVersion
MinimumTlsVersion.ONE_ZERO
Static value 1.0 for MinimumTlsVersion.Modifier and TypeMethodDescriptionstatic MinimumTlsVersion
MinimumTlsVersion.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.Modifier and TypeMethodDescriptionstatic Collection<MinimumTlsVersion>
MinimumTlsVersion.values()
Gets known MinimumTlsVersion values.Modifier 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.