Uses of Class
com.azure.resourcemanager.cdn.models.SslProtocol
-
Packages that use SslProtocol Package Description com.azure.resourcemanager.cdn.models 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 SslProtocol Modifier and Type Field Description static SslProtocolSslProtocol. TLSV1Static value TLSv1 for SslProtocol.static SslProtocolSslProtocol. TLSV1_1Static value TLSv1.1 for SslProtocol.static SslProtocolSslProtocol. TLSV1_2Static value TLSv1.2 for SslProtocol.Methods in com.azure.resourcemanager.cdn.models that return SslProtocol Modifier and Type Method Description static 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 SslProtocol Modifier and Type Method Description List<SslProtocol>SslProtocolMatchConditionParameters. matchValues()Get the matchValues property: The match value for the condition of the delivery rule.static Collection<SslProtocol>SslProtocol. values()Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type SslProtocol Modifier and Type Method Description SslProtocolMatchConditionParametersSslProtocolMatchConditionParameters. withMatchValues(List<SslProtocol> matchValues)Set the matchValues property: The match value for the condition of the delivery rule.
-