Class KeyType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<KeyType>
com.azure.resourcemanager.appservice.models.KeyType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The key type.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyTypefromString(String name) Creates or finds a KeyType from its string representation.static Collection<KeyType> values()Gets known KeyType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NOT_SPECIFIED
Static value NotSpecified for KeyType. -
PRIMARY
Static value Primary for KeyType. -
SECONDARY
Static value Secondary for KeyType.
-
-
Constructor Details
-
KeyType
Deprecated.Use thefromString(String)factory method.Creates a new instance of KeyType value.
-
-
Method Details
-
fromString
Creates or finds a KeyType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding KeyType.
-
values
Gets known KeyType values.- Returns:
- known KeyType values.
-
fromString(String)factory method.