Uses of Enum
com.azure.resourcemanager.cdn.models.MinimumTlsVersion
Packages that use MinimumTlsVersion
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of MinimumTlsVersion in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type MinimumTlsVersion in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionenumTLS protocol version that will be used for Https.Methods in com.azure.resourcemanager.cdn.models that return MinimumTlsVersionModifier and TypeMethodDescriptionstatic MinimumTlsVersionMinimumTlsVersion.fromString(String value) Parses a serialized value to a MinimumTlsVersion instance.CustomDomainHttpsParameters.minimumTlsVersion()Get the minimumTlsVersion property: TLS protocol version that will be used for Https.static MinimumTlsVersionReturns the enum constant of this type with the specified name.static MinimumTlsVersion[]MinimumTlsVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.cdn.models with parameters of type MinimumTlsVersionModifier and TypeMethodDescriptionCdnManagedHttpsParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: TLS protocol version that will be used for Https.CustomDomainHttpsParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: TLS protocol version that will be used for Https.UserManagedHttpsParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: TLS protocol version that will be used for Https.