Share via


KeyVaultSettingType Class

public final class KeyVaultSettingType
extends ExpandableStringEnum<KeyVaultSettingType>

The type specifier of the value.

Field Summary

Modifier and Type Field and Description
static final KeyVaultSettingType BOOLEAN

A boolean setting value.

Constructor Summary

Constructor Description
KeyVaultSettingType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of KeyVaultSettingType value.

Method Summary

Modifier and Type Method and Description
static KeyVaultSettingType fromString(String name)

Creates or finds a KeyVaultSettingType from its string representation.

static Collection<KeyVaultSettingType> values()

Gets known KeyVaultSettingType values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding KeyVaultSettingType.

values

public static Collection<KeyVaultSettingType> values()

Gets known KeyVaultSettingType values.

Returns:

known KeyVaultSettingType values.

Applies to