Class SslProtocolOperator
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SslProtocolOperator>
com.azure.resourcemanager.cdn.models.SslProtocolOperator
public final class SslProtocolOperator
extends com.azure.core.util.ExpandableStringEnum<SslProtocolOperator>
Describes operator to be matched.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SslProtocolOperatorStatic value Equal for SslProtocolOperator. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SslProtocolOperatorfromString(String name) Creates or finds a SslProtocolOperator from its string representation.static Collection<SslProtocolOperator>values()Gets known SslProtocolOperator values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
EQUAL
Static value Equal for SslProtocolOperator.
-
-
Constructor Details
-
SslProtocolOperator
public SslProtocolOperator()
-
-
Method Details
-
fromString
Creates or finds a SslProtocolOperator from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SslProtocolOperator.
-
values
Gets known SslProtocolOperator values.- Returns:
- known SslProtocolOperator values.
-