KeyVaultSettingType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. security. keyvault. administration. models. KeyVaultSettingType
- com.
- com.
public final class KeyVaultSettingType
extends ExpandableStringEnum<KeyVaultSettingType>
The type specifier of the value.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Key |
BOOLEAN
A boolean setting value. |
Constructor Summary
| Constructor | Description |
|---|---|
| KeyVaultSettingType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Key |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Key |
fromString(String name)
Creates or finds a Key |
|
static
Collection<Key |
values()
Gets known Key |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BOOLEAN
public static final KeyVaultSettingType BOOLEAN
A boolean setting value.
Constructor Details
KeyVaultSettingType
@Deprecated
public KeyVaultSettingType()
Deprecated
Creates a new instance of KeyVaultSettingType value.
Method Details
fromString
public static KeyVaultSettingType fromString(String name)
Creates or finds a KeyVaultSettingType from its string representation.
Parameters:
Returns:
values
public static Collection<KeyVaultSettingType> values()
Gets known KeyVaultSettingType values.
Returns: