AlwaysEncryptedEnclaveType Class

public final class AlwaysEncryptedEnclaveType
extends ExpandableStringEnum<AlwaysEncryptedEnclaveType>

Type of enclave requested on the elastic pool.

Field Summary

Modifier and Type Field and Description
static final AlwaysEncryptedEnclaveType DEFAULT

Static value Default for AlwaysEncryptedEnclaveType.

static final AlwaysEncryptedEnclaveType VBS

Static value VBS for AlwaysEncryptedEnclaveType.

Constructor Summary

Constructor Description
AlwaysEncryptedEnclaveType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AlwaysEncryptedEnclaveType value.

Method Summary

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

Creates or finds a AlwaysEncryptedEnclaveType from its string representation.

static Collection<AlwaysEncryptedEnclaveType> values()

Gets known AlwaysEncryptedEnclaveType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DEFAULT

public static final AlwaysEncryptedEnclaveType DEFAULT

Static value Default for AlwaysEncryptedEnclaveType.

VBS

public static final AlwaysEncryptedEnclaveType VBS

Static value VBS for AlwaysEncryptedEnclaveType.

Constructor Details

AlwaysEncryptedEnclaveType

@Deprecated
public AlwaysEncryptedEnclaveType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AlwaysEncryptedEnclaveType value.

Method Details

fromString

public static AlwaysEncryptedEnclaveType fromString(String name)

Creates or finds a AlwaysEncryptedEnclaveType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AlwaysEncryptedEnclaveType.

values

public static Collection<AlwaysEncryptedEnclaveType> values()

Gets known AlwaysEncryptedEnclaveType values.

Returns:

known AlwaysEncryptedEnclaveType values.

Applies to