Class KeyVaultObjectType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<KeyVaultObjectType>
com.azure.resourcemanager.hdinsight.containers.models.KeyVaultObjectType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class KeyVaultObjectType
extends com.azure.core.util.ExpandableStringEnum<KeyVaultObjectType>
Type of key vault object: secret, key or certificate.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final KeyVaultObjectTypeStatic value Certificate for KeyVaultObjectType.static final KeyVaultObjectTypeStatic value Key for KeyVaultObjectType.static final KeyVaultObjectTypeStatic value Secret for KeyVaultObjectType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyVaultObjectTypefromString(String name) Creates or finds a KeyVaultObjectType from its string representation.static Collection<KeyVaultObjectType> values()Gets known KeyVaultObjectType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
KEY
Static value Key for KeyVaultObjectType. -
SECRET
Static value Secret for KeyVaultObjectType. -
CERTIFICATE
Static value Certificate for KeyVaultObjectType.
-
-
Constructor Details
-
KeyVaultObjectType
Deprecated.Use thefromString(String)factory method.Creates a new instance of KeyVaultObjectType value.
-
-
Method Details
-
fromString
Creates or finds a KeyVaultObjectType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding KeyVaultObjectType.
-
values
Gets known KeyVaultObjectType values.- Returns:
- known KeyVaultObjectType values.
-
fromString(String)factory method.