Class KeyKind
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<KeyKind>
com.microsoft.azure.management.cosmosdb.KeyKind
Defines values for KeyKind.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic KeyKind
fromString
(String name) Creates or finds a KeyKind from its string representation.static Collection<KeyKind>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
PRIMARY
Static value primary for KeyKind. -
SECONDARY
Static value secondary for KeyKind. -
PRIMARY_READONLY
Static value primaryReadonly for KeyKind. -
SECONDARY_READONLY
Static value secondaryReadonly for KeyKind.
-
-
Constructor Details
-
KeyKind
public KeyKind()
-
-
Method Details
-
fromString
Creates or finds a KeyKind from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding KeyKind
-
values
- Returns:
- known KeyKind values
-