Uses of Class
com.azure.resourcemanager.cdn.models.SslProtocol
Packages that use SslProtocol
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of SslProtocol in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as SslProtocolModifier and TypeFieldDescriptionstatic final SslProtocolSslProtocol.TLSV1Static value TLSv1 for SslProtocol.static final SslProtocolSslProtocol.TLSV1_1Static value TLSv1.1 for SslProtocol.static final SslProtocolSslProtocol.TLSV1_2Static value TLSv1.2 for SslProtocol.Methods in com.azure.resourcemanager.cdn.models that return SslProtocolModifier and TypeMethodDescriptionstatic SslProtocolSslProtocol.fromString(String name) Creates or finds a SslProtocol from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type SslProtocolModifier and TypeMethodDescriptionSslProtocolMatchConditionParameters.matchValues()Get the matchValues property: The match value for the condition of the delivery rule.static Collection<SslProtocol>SslProtocol.values()Gets known SslProtocol values.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type SslProtocolModifier and TypeMethodDescriptionSslProtocolMatchConditionParameters.withMatchValues(List<SslProtocol> matchValues) Set the matchValues property: The match value for the condition of the delivery rule.